> var $helpers = array('Monkey.island');
I think it's case sensitive.
var $helpers = array('Monkey.Island');
And your file path "/app/plugins/monkey/island.php" should be all
lower case.
I've not had problems with Cake loading helpers from plugins. It works
for me.
--~--~-~--~~
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://b