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 components in controller ?



How to include components in controller ?..

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

More CakePHP Interview Questions

What is the current stable version of cakephp?

1 Answers  


List some commonly used cakephp components?

1 Answers  


What is the default extension of view files?

1 Answers  


What are sessions in php. How to read, write and delete session in cakephp?

1 Answers  


Please write the name of cakephp database configuration file name and its location?

1 Answers  


What is wrong with the below validation rule?

1 Answers  


How to api integration in cakephp 3

1 Answers  


Explain cakephp?

1 Answers  


What are components in cakephp. List some commonly used cakephp components?

1 Answers  


What is composer in cakephp?

1 Answers  


How to fetch data from database in cakephp?

1 Answers  


How to use session in cakephp?

1 Answers  


Categories