CMS  Version 3.9
blog.inc File Reference

Go to the source code of this file.

Variables

 $id = checkIdentifier($_GET["blog"])
 
 $article_id = checkNumeric($_GET["article_id"])
 
 $year = checkNumeric($_GET["year"])
 
 $month = checkNumeric($_GET["month"])
 
 $term_id = checkNumeric($_GET["term_id"])
 
 $blog = Blog::findByIdentifier($id)
 
if(! $blog) if(! $blog->published) if($year) if(! $user) $view = new BlogView($blog)
 
if($article_id) else
 

Variable Documentation

◆ $article_id

$article_id = checkNumeric($_GET["article_id"])

Definition at line 37 of file blog.inc.

◆ $blog

Definition at line 44 of file blog.inc.

◆ $id

$id = checkIdentifier($_GET["blog"])

Definition at line 36 of file blog.inc.

◆ $month

$month = checkNumeric($_GET["month"])

Definition at line 39 of file blog.inc.

◆ $term_id

$term_id = checkNumeric($_GET["term_id"])

Definition at line 40 of file blog.inc.

◆ $view

if (! $blog) if (! $blog->published) if ( $year) if (! $user) $view = new BlogView($blog)

Definition at line 76 of file blog.inc.

◆ $year

$year = checkNumeric($_GET["year"])

Definition at line 38 of file blog.inc.

◆ else

if ( $article_id) else
Initial value:
{
$view->drawArticleList($year, $month, $term_id)
if(! $blog) if(! $blog->published) if($year) if(! $user) $view
Definition: blog.inc:76
$term_id
Definition: blog.inc:40
$month
Definition: blog.inc:39
$year
Definition: blog.inc:38

Definition at line 82 of file blog.inc.