Hi,

I have to query my DB and need to use the paginator function.
I setup all conditions via $this->paginate(....)
All fine so far!

Now I have the problem, that I need to repeat the query within the
same function, with the same options
BUT
with no limit.

Is that possible?

I could do a find, but then I have to repeat writing all my
conditions, or? As they are writen in a different syntax?

Or can I define my conditions in a way I can use them for paginate()
and find() together?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to