1.

How to add or load a model in CodeIgniter?

Answer»

You can do it with this $this->LOAD->MODEL("ModelName");



Discussion

No Comment Found