G
Gelöschtes Mitglied 2703
Guest
er will ne instanz in die globals reinpacken ;)
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Ist mir klar.niklasboelter schrieb:er will ne instanz in die globals reinpacken ;)
$GLOBALS['dbConn'] = mysql_connect( ... );
public function __construct() {
$this->db = ConnectionManager::getConnection();
// ...
}