為啥我訪問common 模塊 顯示不行呢
為啥我訪問common 顯示頁面錯誤,請稍后再試 ?
use app\common\controller\Index as commonIndex;
class Index
{
? ?public function index()
? ?{
? ? ? ?return 'this is ?index Index index';
? ?}
? ?public function common()
? ?{
? ?
? ? $common = new commonIndex();
? ? return $common->index();
?
? ?}
}
2018-05-17
一樣好奇錯在哪啊
2018-03-20
大哥,你找出來是什么原因啊?我也有同樣的困惑
2018-03-15
問題找到了