function _init()
 {
     parent::_init();
     $this->adminmenu = new AdminMenu();
     $position = array('top' => '顶部菜单', 'left' => '左则菜单');
     $this->assign('position', $position);
 }
Example #2
0
 function _init()
 {
     parent::_init();
     $type = array('cate' => '分类', 'tag' => '标签');
     $this->assign('type', $type);
     $this->leftmenu();
 }
Example #3
0
 function _init()
 {
     parent::_init();
     $this->member = new Member();
     $this->grade = new Grade();
     $this->assign('status', array('已禁用', '已启用'));
 }
Example #4
0
 function _init()
 {
     parent::_init();
     $this->system = new SystemConfig();
     $this->app = new App();
     $this->assign('position', array('顶部', '左则'));
 }
Example #5
0
 function _init()
 {
     parent::_init();
     $name = array('cate' => '分类', 'tag' => '标签', 'type' => '类型');
     $this->assign('name', $name);
     $this->type = $_REQUEST['type'];
     $this->assign('type', $this->type);
     $this->leftmenu();
     $this->assign('recomm', array('未推荐', '已推荐'));
 }
Example #6
0
 function _init()
 {
     parent::_init();
     $this->comment = new Comment();
 }
Example #7
0
 function _init()
 {
     parent::_init();
 }
Example #8
0
 function _init()
 {
     parent::_init();
     $this->other = new Other();
 }
Example #9
0
 function _init()
 {
     parent::_init();
     $this->assign('recomm', array('未推荐', '已推荐'));
 }