Codice PHP:
<?php

$CONFIG
['dbhost'] = 'localhost';
$CONFIG['dbuser'] = 'username';
# ...

$init = new Database($CONFIGfalse);

?>