Open Source Content Management Framework

mgd_get_snippetdir

  1. Description

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;  
    ?>
Designed by Nemein, hosted by Anykey