Answer Posted / Nihit Kumar
To include a helper in a CakePHP controller, you can use the 'Components' property within your controller class and assign the helper as a component. For example: class MyController extends AppController { public $components = array('MyHelper'); }
| 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