public function __construct() { self::$DB_CONNSTRING = "mysql:host=127.0.0.1;dbname=storenmore"; self::$DB_USERNAME = "******"; self::$DB_PASSWORD = "******"; }
public function __construct() { self::$DB_CONNSTRING = "mysql:host=localhost;dbname=bulletin"; self::$DB_USERNAME = "******"; self::$DB_PASSWORD = "******"; }
public function __construct() { self::$DB_CONNSTRING = "mysql:host=127.0.0.1;dbname=atms"; self::$DB_USERNAME = "******"; self::$DB_PASSWORD = "******"; }
public function __construct() { self::$DB_CONNSTRING = "mysql:host=localhost;dbname=webticket"; self::$DB_USERNAME = "******"; self::$DB_PASSWORD = "******"; }