Advertisement
Guest User

Untitled

a guest
Jan 30th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. public function AllBlogChildren() {
  2.         $pagination = new PaginatedList(Hierarchy::AllChildren(), Controller::curr()->request);
  3.         $pagination->setLimitItems(1);
  4.         return $pagination;
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement