摘要:
<?phpnamespace Admin\Controller;use Think\Controller;class UserController extends Controller {//登陆验证 public function index(){ $user= M ("表名"); //接收登录表 阅读全文
posted @ 2016-08-01 16:03 京京周京京 阅读(2022) 评论(0) 推荐(0)
|
摘要:
<?phpnamespace Admin\Controller;use Think\Controller;class UserController extends Controller {//登陆验证 public function index(){ $user= M ("表名"); //接收登录表 阅读全文
posted @ 2016-08-01 16:03 京京周京京 阅读(2022) 评论(0) 推荐(0) |
||