How to load Model into Model in Codeigniter? -
How do I load a model in Codeigniter?
You really should not load the model in other models. If the model sharing behaves you can use succession but the loading of the model should always be done within the controller.
Comments
Post a Comment