hello again guys

I grew a question (type: noobQuestion, cakeVersion: 1.2)

I need to include the Time helper in the 'index' action of the
'scripts' controller page.  I understand I can put this in the
controller:

var $helpers = array('Time');

But that would include it into all the actions, not just the 'index'
action which I need.  How do I include it into in index action alone?
I always worry about speed.  Also, can I include it from the view?
that would be best, as it is only used in the view.  How do i do this?

PS don't say I am to lazy to figure it out for myself, I tried.

Thanks,
Jonah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to