注释改进 增加Json配置驱动

This commit is contained in:
thinkphp
2016-06-01 12:27:28 +08:00
parent ec8234d5b6
commit 4d00aa539f
5 changed files with 40 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ use PDO;
use PDOStatement;
use think\Collection;
use think\Db;
use think\db\Query;
use think\Debug;
use think\Exception;
use think\exception\DbBindParamException;
@@ -128,7 +129,7 @@ abstract class Connection
* 创建指定模型的查询对象
* @access public
* @param string $model 模型类名称
* @return \think\db\Query
* @return Query
*/
public function model($model)
{