Explain the difference between component, helper, behavior in cakephp?
Answer Posted / Priyam Upadhyay
In CakePHP, components are part of the controller and run before an action is called. Helpers are used to assist with common HTML and form generation tasks in views. Behaviors are classes that provide reusable methods for models without having to be associated with any particular model.
| 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