Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $user = $this->input['user'] ? $this->input['user'] : hg_get_cookie('user');
     $pass = $this->input['pass'] ? $this->input['pass'] : hg_get_cookie('pass');
     $this->setUser($user, $pass);
 }
Exemple #2
0
 function __destruct()
 {
     parent::__destruct();
 }
Exemple #3
0
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct();
 }
Exemple #5
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->marklib);
 }
Exemple #6
0
 //失误方法
 function unknow()
 {
     $this->errorOutput("你搜索得方法不存在");
 }