adspace


Explain mvc in codeigniter?

Answer Posted / Devendra Giri

CodeIgniter follows the Model-View-Controller (MVC) design pattern. The Controller handles user requests, manages application flow, and communicates with Models and Views. The Model is responsible for interacting with the database and managing data. The View presents the data to the user in an appropriate format.

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