Esempio n. 1
0
 /**
  * Set the database port
  *
  * @param integer $port
  */
 public static function setPort($port)
 {
     self::$_db_port = $port;
 }