Explain controller in codeigniter?
Answer / 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 |
What is load in codeigniter?
Can I extend the core database class?
What is an inhibitor of codeigniter?
What is inhibitor are codeigniter?
Explain how you will load or add a model in codeigniter?
How can you load a view in codeigniter?
What is the use of hooks in codeigniter?
Explain remapping method calls in codeigniter?
How do you set default timezone in codeigniter ?
Explain helpers in codeigniter and how to load helper file?
How to get random records in mysql using codeigniter?
What are different types of hook points in codeigniter?