亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

渲染后臺操作控制器內(nèi)容

原創(chuàng) 2019-03-29 16:49:07 102
摘要:渲染后臺操作控制器內(nèi)容<?phpnamespace app\admin\controller;use think\captcha\Captcha;use think\Controller;class Account extends Controller{   function login(){return $this->fetch();   }}

渲染后臺操作控制器內(nèi)容

<?php
namespace app\admin\controller;
use think\captcha\Captcha;
use think\Controller;


class Account extends Controller
{
  function login(){

return $this->fetch();
  }

}

批改老師:天蓬老師批改時(shí)間:2019-03-30 10:43:26
老師總結(jié):function login(){ ... } 這樣定義函數(shù)是不符合PSR標(biāo)準(zhǔn)的, 大括號應(yīng)該獨(dú)立占一行: function login() { ....... }

發(fā)布手記

熱門詞條