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同一目录下,但是提示错误,什么原因呢? 最佳答案