コード例 #1
0
ファイル: Core.php プロジェクト: ellipsonic/thebuggenige_app
 /**
  * Set the database name
  *
  * @param string $dbname
  */
 public static function setDBname($dbname)
 {
     self::$_db_name = $dbname;
     self::$_dsn = null;
 }