Example #1
0
 function setDB($database)
 {
     parent::setDB($database);
     return mysql_select_db($database, $this->db);
 }