On Fri, Apr 1, 2011 at 8:42 AM, heohni <[email protected]> wrote: > Ok you're right! But I have the need to use the data for later > processing .... > So regarding the view, I use pagination, that is ok! But I am still > thinking about an solution for the later steps.
If you have need for selecting large numbers of records then yes a join would probably be better. You could look at finderQuery, for instance. Or the bindings could be redeclared in your method. -- 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
