$flexy->compile()
Описание
If neccessary it will convert the Template markup into PHP code, and writes it to the compiledTemplate directory adding the {locale}.php to the end of the filename. The Template is only compiled if
No compiled file exists
The file modification date of the template is greater than the compiled one
The forceCompile Flag was set in config or when you created the template object.
It is not normally neccesary to set the forceCompile flag, unles you are working on the engine it'self.
Параметр
string $template - Used in conjuction with the config variable 'templateDir' to locate the template to compile into PHP code.
Возвращаемое значение
string - the location of the compiled file (which could be used with include) - although it is recommended to use the outputObject methods.
Пример
Пример 43-1. Compiling multiple files.
|
Пример 43-2. Master template example
|
Пример 43-3. Simple ouput example
|
Пред. | Начало | След. |
new HTML_Template_Flexy | Уровень выше | $flexy->outputObject() |