Helpers are not available in controller, nor they should be used there. Helpers are meant to be used in views. You need a component rather than a helper (for you controller).
On Sun, Mar 2, 2008 at 1:54 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > By the way. The following line (trying to call a function in my > LanguageHelper seems to completely crush the application. > > $test = $this->Language->getPageTitle(); > > The view is not rendered and I'm getting a white page with no content > at all :( > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
