示例#1
0
 public function __construct($mode, $params = null)
 {
     $this->mode = $mode;
     $this->params = $params;
     $this->user_id = $_SESSION["USER_DATA"]["user_id"];
     parent::__construct();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     self::$table_power_user = C('TABLE_USER_INFO');
     self::$table_power_global_user = C('TABLE_GLOBAL_USER_INFO');
     self::$table_power_session = C('TABLE_USER_SESSION');
     self::$table_power_online = C('TABLE_USER_ONLINE');
     self::$table_job_info = C('TABLE_JOB_INFO');
     self::$table_dept_info = C('TABLE_DEPT_INFO');
     self::$table_company_info = C('TABLE_COMPANY_INFO');
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
 }