CMS  Version 3.9
recent_articles.inc File Reference

Go to the source code of this file.

Variables

 $identifier = $_GET["blog"]
 
 $blog = Blog::findByIdentifier($identifier)
 
 $articles = $blog->Articles("WHERE published=1 ORDER BY created_date {$blog->default_article_order}")
 

Variable Documentation

◆ $articles

$articles = $blog->Articles("WHERE published=1 ORDER BY created_date {$blog->default_article_order}")

Definition at line 40 of file recent_articles.inc.

◆ $blog

$blog = Blog::findByIdentifier($identifier)

Definition at line 38 of file recent_articles.inc.

◆ $identifier

$identifier = $_GET["blog"]

Definition at line 36 of file recent_articles.inc.