adspace
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