Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Menu(2) Paginated List


Go to End


799 Views

Avatar
SilverstripeNewbie

Community Member, 14 Posts

15 October 2015 at 5:49am

How do a I create a paginated menu list of children (i.e. Menu(2)). I tried $list = Menu::get() but class Menu does not exist. Is it best to iterate Menu(2) and assign it to a DataArray? I also tried $list = Page::get(); but it doesn; even show any pages?