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

Explain the difference between component, helper, behavior in cakephp?

1 Answers  


What is default function for a controller?

1 Answers  


What are component, helper and why are they used?

1 Answers  


How to write, read and delete the session in cakephp?

1 Answers  


List some database related functions in cakephp.

1 Answers  


When cakephp was developed?

1 Answers  


How to display the schema of the model?

1 Answers  


What is habtm?

1 Answers  


Is cakephp a mvc?

1 Answers  


How many types of caches does cakephp support?

1 Answers  


List some of the features in cakephp?

1 Answers  


How to fetch data from database in cakephp?

1 Answers  


Categories