<?php $config['controller'] = 'index'; $config['method'] = 'index'; // mysql $config['host'] = 'localhost'; $config['user'] = 'root'; $config['pass'] = 'root'; $config['db'] = 'databasename'; ?>