渲染登陆模板
com_bat
com_bat 2018-03-12 00:48:14
0
5
1549





<?php
namespace app\index\controller;
use app\index\controller\Base;(Import 'app\index\controller\Base' is not necessaryUsage of statement use was not found.)
class Index extends Base
{
   public function index()
   {
       return $this -> view -> fetch();
   }
}

控制器下index.php出现错误Import 'app\index\controller\Base' is not necessary,Usage of statement use was not found.

和视屏代码一样,渲染不了登陆模板,并且将问答社区的方法都试过了也不行

com_bat
com_bat

全部回复(4)
com_bat

问题已解决,原因是Apache 下的伪静态未开启(.htaccess文件下)中# RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L)改为RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L)即可

  • 回复 我的.htaccess文件里面就三个单词“deny from all”。。。这怎么改
    Lipuor 作者 2019-02-23 12:21:26
sky

命名空间错误!

lge

Base你写了嘛

  • 回复 Base是我写的
    com_bat 作者 2018-03-12 17:27:43
com_bat

老师,而且还将//use appindexcontrollerBase;改为Import 'appindexcontrollerBase';也不行

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!