搜索

首页  >  问答  >  正文

渲染登陆模板





<?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_batcom_bat2460 天前1562

全部回复(5)我来回复

  • com_bat

    com_bat2018-03-13 20:28:52

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

    回复
    0
  • Lipuor

    我的.htaccess文件里面就三个单词“deny from all”。。。这怎么改

    Lipuor · 2019-02-23 12:21:26
  • sky

    sky2018-03-13 18:41:41

    命名空间错误!

    回复
    0
  • 韦小宝

    韦小宝2018-03-12 17:26:37

    Base你写了嘛

    回复
    0
  • com_bat

    Base是我写的

    com_bat · 2018-03-12 17:27:43
  • com_bat

    com_bat2018-03-12 00:54:02

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

    回复
    0
  • 取消回复