Is there any way to load a model once?
I am experiencing with error:
when call for a view in my controllers.
loading the model solve it.
but do I need to load the model before any call to a view?
another error which is disappear
I don't think its right way to load mode again and again.
I am experiencing with error:
Quote:Message: Undefined property: CI_Loader::$Users_model
when call for a view in my controllers.
loading the model solve it.
but do I need to load the model before any call to a view?
another error which is disappear
Quote:Message: Call to a member function get_user_info() on null
I don't think its right way to load mode again and again.