Explain mvc in codeigniter?



Explain mvc in codeigniter?..

Answer / 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

More CodeIgniter Interview Questions

What is library in codeigniter?

1 Answers  


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

0 Answers  


How to write php code in codeigniter?

1 Answers  


What is base url in codeigniter?

1 Answers  


How can you extend class in codeigniter?

1 Answers  


How you can extend the class in codeigniter?

1 Answers  


List out different types of hook point in codeigniter?

1 Answers  


What is the default controller used in codeigniter? How we can change it?

1 Answers  


Explain how you can extend the class in codeigniter?

1 Answers  


What is the current version of codeigniter?

1 Answers  


Explain model in codeigniter.

1 Answers  


Why is url routes need to be configured?

1 Answers  


Categories