in AppController I've got two default helpers:
var $helpers = array('html','javascript');
in EmployeesController I want to use another helper, the Child helper.
It is possible by typing:
var $helpers = array('Html', 'Javascript', 'Child');
Question is:
when I add 'scriptaculous' helper into AppController, do I have to
update all my controllers and add 'scriptaculous' to all helpers or
there is some way to just extend default helper array?
Thanks in advance,
a.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---