|
StoremorphBuilt into the MivaScript language is a "page template" compiler that can be used to build web pages with a subset of the full Miva Script language. This compiler within a compiler is accessed through the function miva_template_compile(). This commands forms the basis of the page template system used in Miva Merchant called Store Morph Technology. Page TemplatesA page template is simply an html web page that contains language elements allowing a single template to form the basis for many different web pages. When compiled, the template will render much faster than similer systems that use an interpreted language like. The template system contains a subset of the Miva Script Mv tags and follows most of the same rules regarding variables, expressions, operators, and use of built in language functions. Template language.Language statements
Conditional expressions
Operators
Loops
Language Elements
See related:
MvASSIGN.
See related:
Comments.
See related:
MvCALL.
See related:
MvDO.
|