CMS  Version 3.9
recent_posts.inc File Reference

Go to the source code of this file.

Variables

 $topics
 
 $messages = indexedQuery(ForumMessage, "WHERE deleted=false AND parent_id=0 ORDER BY date_posted", "topic_id")
 
if(count($messages) > 0) else
 

Variable Documentation

◆ $messages

$messages = indexedQuery(ForumMessage, "WHERE deleted=false AND parent_id=0 ORDER BY date_posted", "topic_id")

Definition at line 47 of file recent_posts.inc.

◆ $topics

$topics
Initial value:
= Query::create(ForumTopic, "WHERE message_id not in (select message_id from forum_message where deleted=true) ORDER BY date_created LIMIT 5")
->execute()

Definition at line 44 of file recent_posts.inc.

◆ else

if (count( $messages) > 0) else

Definition at line 65 of file recent_posts.inc.