摘要: <?php namespace app\index\controller; class Index { public function userlist() { $list = model('User')->paginate( 2, false, [ 'type' => 'Bootstrap', ' 阅读全文
posted @ 2020-02-12 21:50 一颗糊涂淡 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 这里只是个人记录用的~~~ 1.生成项目composer create-project topthink/think=5.1.* tp5(tp5为文件夹名 也就是项目名)2.生成模块php think build --module admin3.生成控制器php think make:control 阅读全文
posted @ 2020-02-12 12:54 一颗糊涂淡 阅读(185) 评论(0) 推荐(0) 编辑