web.service.template

web.service.template is available since version 1.0.
Import library : web.service.template
(you must include this at the top of your source: "import web.service.template" (no quotes)

Description:

Provides access to templates similar (but not the same) with Smarty. Instead of this, you should use the WebTemplate class which is built using this library.

Methods

Destroys a created template context
Creates a new template context
Bind a template variable to a concept variable
Compiles the template file
Get the errors as a string after a TCompile operation or TExecute
Executes a compiled template, and returns the result
Unbinds a concept variable that has previously been linked with TBind