Answer Posted / Mukul Mishra
In CakePHP, you can include a component in your controller by adding it to the $components property of the controller class. Here is an example:nn```phpnclass MyController extends AppController {n tpublic $components = array('MyComponent');n}n``
| 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