Skip to content

Instantly share code, notes, and snippets.

@wilr
Created November 17, 2013 05:39
Show Gist options
  • Save wilr/7509733 to your computer and use it in GitHub Desktop.
Save wilr/7509733 to your computer and use it in GitHub Desktop.
public function getNextSibling() {
return Page::get()->filter(array(
'ParentID' => $this->ParentID,
'Sort:GreaterThan' => $this->Sort
))->sort('Sort', 'ASC')->First();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment