'localhost', 'username' => '', 'password' => '', 'database' => '' ]; # This variable allows Auth to autoload the current user. # Put the name of the table that your users are stored in # or leave it blank to disable that feature. public static $auth_table = 'users'; # This variable allows the Cart library to autoload all # products in the cart as models. # Leave blank or comment out to disable this feature. public static $cart_table = 'products'; }