InterviewSolution
Saved Bookmarks
| 1. |
Explain Controller In Codeigniter? |
|
Answer» A controller is the intermediary between MODELS and views to process HTTP request and GENERATES a WEB page. It is the center of every request on your web application. A controller is the intermediary between models and views to process HTTP request and generates a web page. It is the center of every request on your web application. |
|