adspace
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