Answer Posted / Raunaq Kumar Srivastava
In CakePHP, components and helpers are reusable PHP classes that provide specific functionality: 1. Components: They extend the core Controller class and can be added to any controller to perform specific tasks like email sending, CAPTCHA validation, etc. 2. Helpers: They contain functions that can be used in views for various purposes like formatting data, generating links, etc. They make it easier to reuse code across multiple views.
| 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