public function setDatabase($database)
 {
     if ($this->getDatabase() != $database) {
         parent::setDatabase($database);
         mysql_close($this->DB);
         $this->checkself();
     }
     return true;
 }