Jnr PHP/Codeigniter Developer Question:
Download Questions PDF

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

Answer:

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

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

Download Jnr PHP/Codeigniter Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Who is the Rasmus Lerdorf?Explain me what is the default URL pattern used in Codeigniter framework?