Class 'CommonAction' not found

浏览:5024 发布日期:2013/08/10 分类:求助交流 关键字: CommonAction
Class 'CommonAction' not found I:\wamp\www\php\Admin\Libraries\Action\IndexAction.class.php 第 11 行.
错误位置
FILE: I:\wamp\www\php\IExample\Think\Lib\Core\Think.class.php  LINE: 275
TRACE
[13-08-10 16:39:08] I:\wamp\www\php\IExample\Think\Lib\Core\Think.class.php (275) halt(Class 'CommonAction' not found I:\wamp\www\php\Admin\Libraries\Action\IndexAction.class.php 第 11 行.)
[13-08-10 16:39:08] I:\wamp\www\php\IExample\Think\Lib\Core\Think.class.php (290) Think::appError(1, Class 'CommonAction' not found, I:\wamp\www\php\Admin\Libraries\Action\IndexAction.class.php, 11)
[13-08-10 16:39:08] () Think::fatalError()
class IndexAction extends CommonAction {
    
    public function index(){
        $this->display();
    }
CommonAction放在IndexAction同一目录下,但是提示错误,什么原因呢?
最佳答案
评论( 相关
后面还有条评论,点击查看>>