Example #1
0
 protected function __construct()
 {
     parent::__construct();
     $this->cms = CmsView::init("文章管理");
     $this->cms->setPageTitle("文章管理");
     $this->cms->setUserName("可爱的依然");
     $this->cms->setControlFile("tpl/admin/control.json");
 }