(Midgard 1.4.2 'Bifrost')
mgd_get_topic -- Get a topic
Description
object mgd_get_topic
(int id)
Minimum version: Midgard 1.1.1
Gets information about the topic record with id
id.
Returns an object describing the record if successful.
Returns FALSE on failure.
<?php
$topic = mgd_get_topic(13);
echo $topic->name;
?>
|