Open Source Content Management System

mgd_format

  1. Description

mgd_format -- Format text using the Midgard formatting engine.

Description

string mgd_format (string value, string formatspecifier)

Minimum version: Midgard 1.4.3 (Rough Landing)

This function transforms the text given the midgard format specifier.

Example:

content, 'F');  
    ?>

Is the same as:

&(article.content:F);
Designed by Nemein, hosted by Anykey