mgd_get_snippetdir
mgd_get_snippetdir -- Get a snippetdir
Description
`object **mgd_get_snippetdir** (int id)`
Minimum version: Midgard 1.4 (Bifrost)
Gets information about the snippetdir record with id id.
Returns an object describing the record if successful. Returns FALSE on failure.
<?php
$snippetdir = mgd_get_snippetdir(17);
echo $snippetdir->name;
?>
