/**
* 由 PhpStorm 建立。
* 使用者:管理員
* 日期:2018-4-3
* 時間:15:23
*/
命名空間 app\index\controller;
use app\common\controller\Base;
use app\common\model\Test as TestModel;
class Test extends Base
{
public function test1()
{
return $this->fetch turn $1) ;
## }
## 公用函數insert()
{
if (Request::isAjax()){努## c quest 。 ## }else{
}else{
return ['status'=>0 , 'message'=>' else {
$this ->error("請求類型錯誤",'register');
}
}
}
##! DOCTYPE html>
<script src="/static/js/bootstrap.js"></script>
</head>豆芽2018-04-09 20:52:15
最上面加入use think\Request
另外 insert()這個方法裡面需要傳入參數,insert(Requset $request)
{
$data = $request->param();
}