Stud.IP  trunk Revision
news.inc.php File Reference

Variables

 $error_message = ""
 
 $query = "SELECT 1 FROM Institute WHERE Institut_id = ?"
 
 $statement = DBManager::get()->prepare($query)
 
 $news =& StudipNews::GetNewsByRange($this->config->range_id, true)
 
if($this->config->getValue("Main", "studiplink")) else
 
 $i = 0
 
 $dateform = $this->config->getValue("Main", "dateformat")
 
 $show_date_author = $this->config->getValue("Main", "showdateauthor")
 
 $not_author_link = $this->config->getValue("Main", "notauthorlink")
 
 foreach ( $news as $news_id=> $news_detail)
 

Variable Documentation

◆ $dateform

$dateform = $this->config->getValue("Main", "dateformat")

◆ $error_message

$error_message = ""

◆ $i

$i = 0

◆ $news

$news =& StudipNews::GetNewsByRange($this->config->range_id, true)

◆ $not_author_link

$not_author_link = $this->config->getValue("Main", "notauthorlink")

◆ $query

$query = "SELECT 1 FROM Institute WHERE Institut_id = ?"

◆ $show_date_author

$show_date_author = $this->config->getValue("Main", "showdateauthor")

◆ $statement

$statement = DBManager::get()->prepare($query)

◆ else

if ( $error_message) else
Initial value:
{
$data["data_fields"] = $this->data_fields
$data
Definition: index.php:11

◆ foreach

foreach($news as $news_id=> $news_detail)