Answers

Question and Answer:

  Home  Jnr PHP/Codeigniter Developer

⟩ Tell me how you will load or add a model in CodeIgniter?

Within your controller functions, models will typically be loaded; you will use the function

$this->load->model (‘Model_Name’);

 160 views

More Questions for you: