摘要:
<?php //使用session //设置session // session_start(); // $_SESSION['a'] = 'admin'; //设置cookie,如果有cookie,说明用户已经登陆或者cookie在过期时间内,可以进行页面跳转,直接跳转到首页 if($_COOKI 阅读全文
摘要:
//模拟登录 // $admin = 0; // if($admin != 10){ // //页面跳转 // $this->success('登录失败','login/index'); // $this->error('登录失败'); // $this->redirect('login/index 阅读全文
摘要:
/** * 使用助手函数不需要引入request类 * */ //判断请求类型 // Request::instance()->isPost(); // request()->isPost(); //判断变量是否设置 // Request::instance()->has('变量名','提交方式') 阅读全文
摘要:
恢复内容开始 null 恢复内容结束 阅读全文