1 post
1
4
1237
A simplified way to do this only with config.php would be: <?php $config['dbHostname'] = 'localhost'; $config['dbUser'] = 'teste'; $config['dbPassword'] = 'passteste'; $config['dbSchema'] =…