Today Deal

How to add model in controller?



Within your controller functions, models will typically be added/load; you will use the function
  • $this->load->model (‘Model_Name’);

No comments:

Post a Comment

Why configure the URL routes?

Changing the URL routes has some benefits like From SEO point of view, to make URL SEO friendly and get more user visits Hide some URL ...