how to access config items |
1. database settings should be in database.php config
2. config items should be loaded from within controller/model 3. database should be initialized using $this->load->database('group_name'); if you need to do it manually |
Messages In This Thread |
how to access config items - by cupboy - 05-30-2015, 05:17 PM
RE: how to access config items - by gadelat - 05-31-2015, 01:27 AM
RE: how to access config items - by CroNiX - 05-31-2015, 11:22 AM
RE: how to access config items - by includebeer - 05-31-2015, 03:02 PM
|