import("@.Action.Admin.CommonAction"); // 本类由系统自动生成,仅供测试用途 class IndexAction extends CommonAction{ public function index() { $this->display(); } } ?>