コード例 #1
0
ファイル: topic_update.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->team);
     unset($this->topic);
     unset($this->teamApi);
 }
コード例 #2
0
ファイル: OrderUpdate.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     //dao层
     $this->stateconfig = $this->settings['order_status'];
     //订单状态
     //         print_r($this->input);exit;
 }
コード例 #3
0
ファイル: photoedit_update.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->photoedit);
     unset($this->mMaterial);
 }
コード例 #4
0
ファイル: jf_mall.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #5
0
ファイル: PayMethodUpdate.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
 }
コード例 #6
0
ファイル: shorturl_update.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
コード例 #7
0
ファイル: web_update.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->web);
 }
コード例 #8
0
ファイル: activity_update.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     unset($this->libactivity);
 }
コード例 #9
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagereceived);
     unset($this->mMaterial);
 }
コード例 #10
0
ファイル: message_send_update.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagesend);
 }
コード例 #11
0
ファイル: attention_update.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     unset($this->action);
 }
コード例 #12
0
ファイル: BillCategoryUpdate.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->billconfig = $this->settings['bill_config'];
 }