예제 #1
0
파일: MainView.php 프로젝트: wonli/skeleton
 function __construct()
 {
     parent::__construct();
     //设置布局
     $this->set(array('layer' => 'login'));
 }