Esempio n. 1
0
 /**
  * Set the database host
  *
  * @param string $host
  */
 public static function setHost($host)
 {
     self::$_db_host = $host;
 }