Can you post a code sample for what you are trying to accomplish? On Thu, Jan 20, 2011 at 8:20 AM, OmniproX <[email protected]> wrote:
> Hi all, I wanted to know, if you have ever run into this issue. > > I know how to paginate a query from the controller fine. > > But how do you paginate a custom array that you created and sent to > the view? > > I used $array = $this->paginate(); and all it did was bring back all > of the items from the database from that model. > > Even while typing that it gave me an idea as to what the issue could > be...but if you know of a way even if it is view only...please post. > i would love to see your suggestions :) > > -- > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php > -- 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
