Example #1
0
 public function __destruct()
 {
     parent::__destruct();
 }
Example #2
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->newDb);
 }
Example #3
0
 function __destruct()
 {
     //NULL
     parent::__destruct();
 }
 function __construct()
 {
     parent::__construct();
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->updata = new contentUpdatePlan();
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->_upyun = new UpYun($this->settings['upyun']['bucket'], $this->settings['upyun']['username'], $this->settings['upyun']['password']);
 }