Esempio n. 1
0
 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();
     }
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->_conn = Connection::getInstance();
     $this->_page = new Page();
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
 }