04 2013 档案
摘要:save the following content in clearsvn.bat and save it in root dir.@echo oncolor 2fmode con: cols=80 lines=25@REM@echo Deleting all .svn, please wait......@rem Delete .svn in current and sub directories@rem for /r . %%a in (.) do @if exist "%%a\.svn" @echo "%%a\.svn"@for /r . %%a
阅读全文
摘要:aitupu-v1.3.0php\application\configucenter.php<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');$config = array ( 'is_active' => 0, 'uc_host' => 'localhost', 'uc_dbuser' => 'root', 'uc_dbpw' =>
阅读全文
摘要:http://codeigniter.org.cn/forums/thread-13690-1-1.htmlhttp://www.duobianxing.com/docs/doc-config/http://blog.189pt.com/tag/codeigniter/http://www.ecshop.com/download.phphttp://www.phpcms.cn/html/download/http://www.comsenz.com/downloads/install/discuzx
阅读全文
摘要:打造简单、易用、易于扩展的PHP轻量级框架http://www.doitphp.com/documentation/index.htmlDoitPHP 1.5 手册 目录1.0 第一章:基础知识1.1 DoitPHP的简介1.2 DoitPHP的安装1.3 DoitPHP Tools使用说明1.4 DoitPHP的使用规范1.5 DoitPHP的常量说明1.6 DoitPHP自定义设置1.7 DoitPHP的运行原理1.8 DoitPHP的URL路由详解2.0 第二章:核心类2.1 DoitPHP的Controller应用2.2 DoitPHP的Model应用2.3 DoitPHP的View应
阅读全文
摘要:http://jsonrpc2.codeplex.com/homesource codedownloadsdocumentationdiscussionsissue trackerpeoplelicenseAre you Sure? X By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored.Page InfoChange History (all pages) Follow (37)All Project UpdatesDisc
阅读全文
摘要:http://justcoding.iteye.com/blog/546880CodeIgniter 的数据安全过滤全解析博客分类:Codeigniter / CakePHPMySQLSQLPHP由于对CI的SQL安全这些不放心,今天寡人啃了一下午的代码,算是对其机制比较了解了,为了让各位兄弟姐妹少走弯路,特将战果公布,希望大家喜欢。 1.无论如何在获取参数之时都建设将 xss过滤打开,比如 $this->input->get('username',true); 其中的true就代表打开了 xss 2.不要直接使用$_GET等类似方式获得数据,如果这样获取数据的话将
阅读全文