What is the difference between component, helper, behavior?
Answer / Anurodh Saxena
In CakePHP, a Component is a controller-like entity that can be added to any controller and provides functionality that is common across several controllers. A Helper is a class that contains utility functions for views. Behaviors are classes that contain reusable methods for models.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some database related functions in cakephp.
How to add scaffolding in your application?
How we can call a model from view in cakephp?
What are the server requirements for installing cakephp?
How to api integration in cakephp 3
What is mvc (model, view, and controller) in cakephp?
What is validation model in cakephp?
Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?
Explain cakephp?
How we can set layout in the controller file using cakephp?
List some features of cakephp framework?
What is composer in cakephp?