http://127.0.0.1/blog/index.php/Index正常显示
http://127.0.0.1/blog/index.php/Index/index 就:系统发生错误,无法加载模块index,这是什么原因?
'APP_GROUP_LIST' => 'Index,Admin',
'DEFAULT_GROUP' => 'Index',
'APP_GROUP_MODE' => '1',
这些都有配置 的Class IndexAction extends Action{
Public function index(){
$this->display();
}
}
Index控制器里面的方法index也存在 最佳答案
