mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
注释改进 增加Json配置驱动
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user