On Fri, Jan 21, 2011 at 4:06 AM, OldWest <[email protected]> wrote: > Ok. Can you recommend a proper way of doing this or show a tutorial on this? > I read the manual on fetching data, but it does not give examples of > controllers using model queries (that I could find).
It looks as if you're trying to fetch records twice--first with paginate(), and then through the model. You can only paginate from within the controller. -- 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
