On Feb 17, 6:41 pm, "Cynthia" <[EMAIL PROTECTED]> wrote:
> I have a list of topics and each topics hasMany issues. After
> scaffolding I have used bake.php to create the MVC's.
>
> When I view the issues they paginate.
> When I view the topics they paginate.
>
> But when I view a single issue, I get this *huge* list of issues on
> the page.
>
> I've found one mention herehttp://tinyurl.com/2kxzmain "Pagination
> for hasMany association" but adding var $paginate = array('limit' =>
> 10) to both the topics and issues controllers only makes them paginate
> correctly in their own individual view. The related info still comes
> up as just one huge list.
>
> I looked athttp://bakery.cakephp.org/articles/view/65and the more
> extendedhttp://www.noswad.me.uk/Paginationbut both seem to deal with
> two sets of data displayed in one and the same view (i.e.: on each
> line you have a product, category, etc.).
>
> Any help, link or a push in the right direct would be so helpful.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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