suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Warum kann die Webseite nicht angezeigt werden, wenn vor der Vorlagentrennung eine neue Basisklasse erstellt wird?

index.php

<?php

namespace appindexcontroller;

use  appindexcontrollerBase;

class Index erweitert Base

{

    public function index()

    {

       return $this-> view ->fetch();   }

}

基类

<?php

namespace appindexcontroller;

use  thinkcontroller;

class Base erweitert Controller

{


}


致明致明1952 Tage vor1142

Antworte allen(1)Ich werde antworten

  •     Longinquity。

        Longinquity。2019-09-17 09:05:58

    看你的视图是否有 index文件夹下index.html

    Antwort
    0
  • StornierenAntwort