Exemplo n.º 1
0
 /**
  * Set the database password
  *
  * @param string $upwd
  */
 public static function setPasswd($upwd)
 {
     self::$_db_pwd = $upwd;
 }