adspace


Explain controller in codeigniter?

Answer Posted / Dinkar Rao

In CodeIgniter, the Controller acts as an interface between the user and Model. It processes incoming requests, uses Model to interact with the database, and then passes the data to the View for display.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717