示例#1
0
 public function startup()
 {
     parent::startup();
     PagesModel::$lang = $this->lang;
     $this->pages = PagesModel::getRoot();
 }