MivaScript Builtin Function, Miva Merchant 9+
miva_template_compile( signat, source var, sourceitems var, target, errors var )
<mvt:assign name="g.return_value" value="miva_template_compile( signat, source var, sourceitems var, target, errors var )" />
Compiles the contents of a string into a page template file.
signat
Any text. The md5 hash value of this text will bestored in the MVC file.
source
The source to compile into a template file.
sourceitems
array of valid item names.The compiler will return an error if an mvt:item tag has a "name" attribute that is not in this list.
target
The name of the file (relative to the script directory) to put the .mvc file.
errors
If the function returns 0, this will contain error text.