Skip to content

Instantly share code, notes, and snippets.

@mmichelli
Created January 15, 2010 13:00
Show Gist options
  • Save mmichelli/278038 to your computer and use it in GitHub Desktop.
Save mmichelli/278038 to your computer and use it in GitHub Desktop.
function LatestNews($num=2) {
$news = $this->theNews();
return ($news) ? DataObject::get("Page", "ParentID = $news->ID", "Sort DESC", "", $num) : false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment