SourceForge Logo
1.2.5: list_today_today


Description
This functions returns a list (an array) of topics which have been updated the last 24 hours.

Function call
list_today_today();

Input
This function doesn't require parameters.

Output
The output is an array. Each row has the following structure:

VarDescription
$row->tidthe ID of the topic.
$row->ttitleThe title of the topic.
$row->iconThe icon of the topic.
$row->usernameThe username of the user who placed the last post in the topic.
$row->start_timestampThe timestamp if the topicstart.
$row->last_timestampThe timestamp if the last post.
$row->subcatThe title of the subcat in which the topic is posted.
$row->textThe text (the content) of the last post in the topic.
$row->num_postsThe number of replies in the topic.

« Previous | Index | Next »