コード例 #1
0
ファイル: user.class.php プロジェクト: h3len/Project
 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);
 }
コード例 #2
0
ファイル: destroy_batch.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
 }
コード例 #3
0
ファイル: topic.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
コード例 #4
0
ファイル: video.class.php プロジェクト: h3len/Project
 function __construct()
 {
     parent::__construct();
 }
コード例 #5
0
ファイル: mark_update.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     unset($this->marklib);
 }
コード例 #6
0
ファイル: commtent.php プロジェクト: h3len/Project
 //失误方法
 function unknow()
 {
     $this->errorOutput("你搜索得方法不存在");
 }