찾다

 >  Q&A  >  본문

템플릿 분리 전에 새 기본 클래스를 생성하면 웹 페이지가 표시되지 않는 이유는 무엇입니까?

index.php

<?php

namespace appindexcontroller;

use  appindexcontrollerBase;

class Index 확장 Base

{

    public function index()

    {

       return $this-& gt; 보기 ->fetch();   }

}

基类

<?php

네임스페이스 appindexcontroller;

use  thinkcontroller;

class Base 확장 컨트롤러

{


}


致明致明1964일 전1149

모든 응답(1)나는 대답할 것이다

  •     Longinquity。

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

    뷰의 인덱스 폴더에 index.html이 있는지 확인하세요

    회신하다
    0
  • 취소회신하다