コード例 #1
0
ファイル: Tool.php プロジェクト: ruansheng/RsBlog
 public function init()
 {
     parent::init();
 }
コード例 #2
0
ファイル: Index.php プロジェクト: ruansheng/RsBlog
 public function init()
 {
     parent::init();
     $this->getView()->assign('layer_nav_second', '主页');
 }