Files
framework/library
thinkphp 956be17494 改进model类的db方法,支持直接使用:
$model->db('config') //读取config配置参数作为数据库连接信息

$model->db('config','mysql://root@127.0.0.1/test') //读取指定数据库连接信息连接
2015-05-30 15:30:58 +08:00
..
2015-03-26 16:15:35 +08:00
2015-03-11 08:39:10 +08:00
2015-05-04 17:42:55 +08:00