/** * Prepare a connection for a new mysqli query. */ function DBPreparedQuery() { self::$dbconn = new DBConnection(); }