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

Variables

 $js_only = $this->config->getValue("Main", "jsonly")
 
 $topics = []
 
 $query
 
 $statement = DBManager::get()->prepare($query)
 

Variable Documentation

◆ $js_only

$js_only = $this->config->getValue("Main", "jsonly")

◆ $query

$query
Initial value:
= "SELECT news.topic
FROM news_range
LEFT JOIN news USING (news_id)
WHERE range_id LIKE ? AND UNIX_TIMESTAMP() BETWEEN date AND date + expire
ORDER BY date DESC"

◆ $statement

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

◆ $topics

$topics = []