Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to include helpers in controller ?



How to include helpers in controller ?..

Answer / 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

More CakePHP Interview Questions

Which function is executed before every action in the controller?

1 Answers  


Write the latest version of cakephp?

1 Answers  


How to convert html to pdf in cakephp?

1 Answers  


What are components in cakephp.

1 Answers  


What are the key features of cakephp?

1 Answers  


How we can set custom page title in cakephp?

1 Answers  


What is the folder structure of cakephp?

1 Answers  


Explain the difference between beforerender() and beforefilter() in cakephp?

1 Answers  


What is a component in cakephp?

1 Answers  


What are hooks in cakephp?

1 Answers  


What is the default extension of view files? How we can change it?

1 Answers  


Which is better cakephp or codeigniter?

1 Answers  


Categories