Commit Graph

11 Commits

Author SHA1 Message Date
thinkphp
d91ac474d1 自动验证类Think\Validate和自动完成Think\Auto类 分离 2013-03-18 20:53:59 +08:00
thinkphp
7856f7777d 添加Think\Model\Lite 类 采用Think\Db\Lite 数据库连接层,仅用于原生sql操作,支持PDO参数绑定等安全措施 2013-03-18 12:42:52 +08:00
thinkphp
647d47ccb4 数据库中间层改为PDO
增加Think\Db\Lite 用于操作原生SQL需求
2013-03-17 18:56:15 +08:00
thinkphp
dec45af1aa pathinfo URL规则修改还原 2013-03-14 14:42:55 +08:00
thinkphp
90fac61dea 添加url_pathinfo_rule参数用于设置模块的PATHINFO URL规则
例如:
'url_pathinfo_rule' =>  'c/id?a=index',
2013-03-14 14:14:41 +08:00
thinkphp
b96c650a1e 命名规范调整 2013-03-14 09:42:11 +08:00
thinkphp
7b1541e1f8 Controll更改为Controller 2013-03-13 17:46:03 +08:00
thinkphp
4b739dabd7 添加应用状态配置文件支持 2013-03-13 17:04:12 +08:00
thinkphp
e43e62197b 修改版本号为4.0beta 2013-03-13 16:58:43 +08:00
thinkphp
ef2cd3baf7 修改import方法 2013-03-13 16:57:50 +08:00
thinkphp
b2b4edaee0 测试 2013-03-13 14:15:52 +08:00