miTemplateParserParses templates
Located in /util/TemplateParser.inc (line 20)
assign (line 182)
Assigns a variable to be replaced
assignArray (line 193)
Assigns a array of variables to be replaced
assignList (line 206)
Assigns a list of variables. Both array should have equal sizes, as counted by count() The first variable in the list is assigned the first value, the second variable, the seoncd value, and so on
get (line 222)
Retrieves an assigned variable value
stringTemplateParse (line 153)
Parses the contents param as a string, $iter times, and returns the result
templateAdd (line 52)
Adds a template to the list of templates
templateParse (line 110)
Parses the template(s) and returns the result
templateSetAlternating (line 82)
Sets alternating style of template parsing. It will repeat the template given $iter times, alternating between the first and second template with each row
templateSetCallback (line 98)
Sets a custom template chaning scheme. The callback function will be called with the number of the row, and this template parser object, and it should return the template content as a string
templateSetNormal (line 67)
Sets normal style of template parsing. It will repeat the template given $iter times
templateShow (line 140)
Shows the parsed template
Documentation generated on Mon, 18 Oct 2004 14:58:32 +0300 by phpDocumentor 1.2.3