ba
IndexAction.class.php位于\lib\Admin\Action目录。
访问的地址是:
http://localhost/index.php?s=Admin-Index
求助怎么解决呢?
下面是代码片段。
IndexAction.class.php
<?php
namespace Admin\Action;
use Common\Action\BaseAction;
class IndexAction extends BaseAction{
}
?>ba<?php
namespace common\action;
class BaseAction extends AllAction{
}
?>AllAction.class.php<?php
namespace common\action;
class Allaction extends \Think\Action{
}
?> 最佳答案