abstrait:管理員登錄界面渲染,利用框架引入。<?php /** * Created by PhpStorm. * User: Administrator * Date: 2019/5/9 * Time: 17:29 */ namespace
管理員登錄界面渲染,利用框架引入。
<?php /** * Created by PhpStorm. * User: Administrator * Date: 2019/5/9 * Time: 17:29 */ namespace app\yejuzhi\controller; //use app\yejuzhi\controller\Base; use think\Controller; use Util\SysDb; class Home extends Base { //渲染主界面 public function index(){ return $this->fetch(); } //渲染歡迎界面 public function welcome(){ return $this->fetch(); } }
Professeur correcteur:查無(wú)此人Temps de correction:2019-05-10 14:22:31
Résumé du professeur:完成的不錯(cuò),return $this->fetch(); 只是展示頁(yè)面,要多寫(xiě)點(diǎn)邏輯。繼續(xù)加油。