WWW_9hub_Net Posted January 21, 2010 Share Posted January 21, 2010 I have this fatal error. Please help me know what is wrong. Fatal error: Call to a member function result() on a non-object in C:\wamp\www\consumables\application\hooks\load_config.php on line 6 function load_config() { $CI =& get_instance(); foreach($CI->Appconfig->get_all()->result() as $app_config) { $CI->config->set_item($app_config->key,$app_config->value); } } Link to comment https://forums.phpfreaks.com/topic/189281-fatal-error-call-to-a-member-function-result-on-a-non-object/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.