On May 7, 12:37 am, Gwoo <[EMAIL PROTECTED]> wrote:
> The PaginatorHelper is added automatically when you call
> Controller::paginate(). So, since you have it wrapped in a control
> structure it is not always called. For your case, adding it to the
> helpers array would solve your issues.

Believe me, I've tried that. I put the below in app_controller.php
first and products_controller.php second to no avail.

var $helpers = array('Html', 'Form', 'Paginator');


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to