Exemplo n.º 1
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->team);
     unset($this->topic);
     unset($this->teamApi);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     //dao层
     $this->stateconfig = $this->settings['order_status'];
     //订单状态
     //         print_r($this->input);exit;
 }
Exemplo n.º 3
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->photoedit);
     unset($this->mMaterial);
 }
Exemplo n.º 4
0
 public function __destruct()
 {
     parent::__destruct();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
 }
Exemplo n.º 6
0
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
Exemplo n.º 7
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->web);
 }
Exemplo n.º 8
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->libactivity);
 }
Exemplo n.º 9
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagereceived);
     unset($this->mMaterial);
 }
Exemplo n.º 10
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagesend);
 }
Exemplo n.º 11
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->action);
 }
Exemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->billconfig = $this->settings['bill_config'];
 }