Open Source Content Management Framework

mgd_create_snippetdir

  1. Description

mgd_create_snippetdir -- Create a snippetdir

Description

`int **mgd_create_snippetdir** (int up, string name, string description, int owner)`

Minimum version: Midgard 1.4 (Bifrost)

Creates a snippetdir record with the provided parameters.

Returns the id of the created record if successful. Returns FALSE on failure.

<?php  
      mgd_create_snippetdir("example","toplevel snippetdir named example",13);  
    ?>
Designed by Nemein, hosted by Anykey