Google News
logo
CakePHP - Interview Questions
How to include Components in the Controller?
You can include the components in controller by using the following command :
public $components = array('Emails', 'ImageUploader', 'Sms');
Advertisement