Why cakaphp is used?
Answer / Ravindra Kumar Gupta
CakePHP is used for building web applications quickly and efficiently. It provides a rapid development framework, handles common tasks automatically, and includes many built-in features like security, form handling, and database access.
| Is This Answer Correct ? | 0 Yes | 0 No |
Please write the name of cakephp database configuration file name and its location?
What are the server requirements for installing cakephp?
How cakephp url looks in address bar
How to set layout in the controller?
What is mvc in cakephp?
What is scaffolding in cakephp?
How can you include a javascript menu throughout the site. Give steps.
Why we used $this->set() in cakephp?
What is cakephp request cycle?
How to use session in cakephp?
How to convert html to pdf in cakephp?
What is habtm?