aschelch / cakephp-notification-plugin

CakePHP Notification Plugin provide an notification system
25 stars 9 forks source link

NotificationHelper could not be found #4

Closed DavidP-B closed 9 years ago

DavidP-B commented 9 years ago

I get this error right now. I tried to put it in AppControllers helper array's but the same error. What have I do to import this helper? The error comes in the layout, when I call the method display on Notification Helper.

Thanks!

DavidP-B commented 9 years ago

I think I've find the solution. To import this helper you need to write: 'Notification.Notification', that's it, isn't?

aschelch commented 9 years ago

Yes, indeed. You need to load the NotificationHelper from the Notification plugin. So 'Notification.Notification' yes