What can I do by cakePHP?
Answers were Sorted based on User's Feedback
Answer / mohnish
Cake PHP is a PHP framework package which enables you to
develop custom applications.It supports a MVC based
architecture.
| Is This Answer Correct ? | 61 Yes | 1 No |
Answer / gautam kumar
Cakephp is very good framework which is based on MVC
architecture and It is provide good security for developed
site and very user friendly url making.
| Is This Answer Correct ? | 26 Yes | 4 No |
Answer / dileep
it uses commonly known design patterns like MVC,ORM within
the convention over configuration paradigm, It also reduces
development costs and helps developers write less code.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / ashok
When you going to build a huge and complex application in
php then cake Php help you to manage your codes in MVC
formate due to this the code is very less in caparison to
others....!
Its not good for small application as well.
| Is This Answer Correct ? | 12 Yes | 0 No |
Why php script is not running in browser?
How to check a variable is an array or not in php?
How is session data stored?
How can we destroy the session, how can we unset the variable of a session?
What are the features of php?
What is the purpose of the '.frm' file extension? What do thes file contain?
What is The difference between ' and " where they can ben in between or outmost and how
What is the difference between the functions strstr() and stristr()?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
Why are sessions used?
What is a PHP Filter?
How to remove blank spaces from the string?