예제 #1
0
파일: note.php 프로젝트: sthill02/SianiMVC
 public function __construct()
 {
     parent::__construct();
     \Util\Auth::handLeLoggin();
     $this->view->js = array('/dashboard/js/default.js');
 }
예제 #2
0
파일: user.php 프로젝트: sthill02/SianiMVC
 public function __construct()
 {
     parent::__construct();
     \Util\Auth::handLeLoggin();
 }