Oh, but another question: I'd like to make use of the elements() method within my helper. This doesn't seem to be possible...?
On Fri, Jan 28, 2011 at 2:50 PM, Joshua Muheim <[email protected]> wrote: > Oooops, my bad! Just found it out myself... Why didn't I see this > before? I definitely thought about it and tried it out... must have > made a slip... I'm sorry. :-) > > On Fri, Jan 28, 2011 at 2:32 PM, Jeremy Burns | Class Outfit > <[email protected]> wrote: >> Check for $this->params in the helper. >> >> Jeremy Burns >> Class Outfit >> >> [email protected] >> http://www.classoutfit.com >> >> On 28 Jan 2011, at 13:30, psybear83 wrote: >> >>> Hey everybody >>> >>> I have a helper which should behave in different ways depending on the >>> actual controller and action. But I don't like to pass this >>> information as parameters. So I wanted to know - is there a way to let >>> the helper know this without having to pass it every time as a >>> parameter? >>> >>> Thanks, >>> Josh >>> >>> -- >>> Our newest site for the community: CakePHP Video Tutorials >>> http://tv.cakephp.org >>> Check out the new CakePHP Questions site http://ask.cakephp.org and help >>> others with their CakePHP related questions. >>> >>> >>> To unsubscribe from this group, send email to >>> [email protected] For more options, visit this group at >>> http://groups.google.com/group/cake-php >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group at >> http://groups.google.com/group/cake-php >> > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
