I do not want to add it as below, because I needed them only once in a certain method of action
(so it's not useless to load memory)
class UsersController extends AppController {
var $name = 'Users';
var $helpers = array('Html', 'Session');
var $components = array('Session', 'Email');
source
share