class CategoryAction extends CommonAction{ public function index(){ // echo APP_PATH; $cate = M('cate')->order('sort ASC')->select(); import('Class.Category',APP_PATH); $cate = Category::unlimitedForLevel($cate); $this->cate = $cate; $this->display(); } } //封装