Hi,

I need to use an index action without paginate, then if add comments
to:
  //$this->set('categories', $this->paginate();
I get a lot errors. Then if I use:
  $this->set('categories', $this->paginate('Category.id = 0'));
the errors gone.

How i can use an Index Action without paginate?

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to