摘要: //html 阅读全文
posted @ 2018-07-25 09:55 PHP急先锋 阅读(1201) 评论(0) 推荐(0)
摘要: tp5 中 model 的新增方法 //默认主键为自动识别,如果需要指定,可以设置属性: namespace app\index\model; use think\Model; class User extends Model { protected $pk = 'uid'; // 设置当前模型对应 阅读全文
posted @ 2018-07-25 08:54 PHP急先锋 阅读(1162) 评论(0) 推荐(0)