What is a controller in php?
Answer / Tuba Shakeel
In PHP, a controller is a component of an MVC (Model-View-Controller) application that handles user requests and directs them to the appropriate model or view. It typically takes a request from the client, processes it, interacts with models as necessary, and sends responses back to the client via views.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is array function in javascript?
What is difference between rest and http?
Tell me what is the use of "enctype" attribute in a html form?
Which operator is used to concatenate two strings in PHP?
What are php expressions?
Which programming language does php resemble?
What are the different tables(engine) present in mysql, which one is default?
Can I use node js with php?
•How to access crystal reports through PHP code?
How does csrf token work?
what is the dirrence in PHP4 & PHP5 . ?
What is the php function that removes the first element of the array and returns it?