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