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

Popular posts from this blog

Eclipse CDT variable colors in editor -

wpf - Custom Message Box Advice -

AJAX doesn't send POST query -