搜尋

首頁  >  問答  >  主體

渲染登陸模板





#<?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();
#o index.php出現錯誤Import 'app\index\controller\Base' is not necessary,Usage of statement use was not found.

和視屏代碼一樣,渲染不了登陸模板,並且將問答社區的方法都試過了也不行

com_batcom_bat2466 天前1566

全部回覆(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 app\index\controller\Base;改為Import 'app\index\controller\Base';也不

    回覆
    0
  • 取消回覆