tp5+Mongodb使用模型

模型 <?php namespace app\index\model; use think\Model; class Test extends Model{ } 控制器 <?php namespace app\index\controller; use app\index\model\Test; use think\Controller; use think\Db; class Model ext
相关文章
相关标签/搜索