List some key features in cakaphp 3 over cakephp2?
Answer / Swadesh Mishra
CakePHP 3 introduces several key improvements over CakePHP 2. These include a simpler folder structure, improved performance due to the use of PHP 7, improved routing system, improved ORM (Object-Relational Mapping) with Dependency Injection and improved form handling.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc (model, view, and controller) in cakephp?
What is cake?
How to convert html to pdf in cakephp?
What is cakephp tutorial?
What is name of default function and controller of cakephp which is called automatically?
Can we use ajax in cakephp?
Explain the difference between component, helper, behavior in cakephp?
How to display the schema of the model?
In cakephp, which function is first executed before every action in the controller?
Please write the name of cakephp database configuration file name and its location?
Please provide controllers naming convention in cakephp?
List some commonly used cakephp components?