Beispiel #1
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->array = NULL;
     parent::__destruct();
 }
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->values = NULL;
     $this->columns = NULL;
     parent::__destruct();
 }