예제 #1
0
파일: User.php 프로젝트: rsids/bright_api
 function __construct()
 {
     parent::__construct();
     $this->IS_CLIENT_AUTH = isset($_SESSION['IS_CLIENT_AUTH']) && $_SESSION['IS_CLIENT_AUTH'] == true;
     if (class_exists('UserHook', true)) {
         $this->_hook = new \UserHook();
     }
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->_conn = Connection::getInstance();
     $this->_page = new Page();
 }
예제 #3
0
파일: Page.php 프로젝트: rsids/bright_api
 function __construct()
 {
     parent::__construct();
 }