Fuel::DEVELOPMENT => array( 'type' => 'mysqli', 'connection' => array( 'hostname' => 'localhost', 'database' => 'DEV_ClientA', 'username' => 'webdev', 'password' => 'pwdhere', 'persistent' => FALSE, ), 'table_prefix' => 'dev_', 'charset' => 'utf8', 'caching' => false, 'profiling' => true, ),
It looks like you're new here. If you want to get involved, click one of these buttons!