Hey List! Just a quick question really, in the Cake Docs it says that you can use a Helper from outside a Plugin by using full stop notation to reference it. The examples actually explain components but it also mentions that "The same technique applies to Helpers and Behaviors."
Source: http://book.cakephp.org/view/497/Components-Helpers-and-Behaviors Example, including the following in a standard controller should include the Island Helper from the Monkey plugin. var $helpers = array('Monkey.island'); However, I can't for the life of me get it working! It just seems to require the Island helper from the default app helpers path. Has anyone else had the same problem, or am I missing something? Thanks in advance... Andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
