base.php
<?php
namespace appindexcontroller;
thinkController 사용;class Base 확장 컨트롤러;
{
}
index.php
<?php
namespace appindex 컨트롤러 ;
appindexcontrollerBase 사용;class Index 확장 Base
{
공개 함수 인덱스()
,,,,,,,, 문제가 발생했습니다. 메시지:
페이지 오류입니다. 나중에 다시 시도해 주세요~
想不出写啥2018-01-15 09:11:49
구성 파일 config.php에서 app_debug 및 app_trace를 false에서 true로 변경하면 오류 내용을 명확하게 볼 수 있습니다