What is the difference between component, helper, behavior?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category