AdminAction.Class.php
<?php
class AdminAction extends CommonAction {
}
CommonAction.class.php
<?php
class CommonAction extends Action {
public function index() {
$this->display();
}
模板路径:Tpl/Admin/index.html
开启debug后访问http://localhost/Admin/index提示“无法加载模块:Admin",关闭debug正常,麻烦看下我大小写真的写错了???!!!