Concept Framework 2.0 documentation Contents | Index

web.service.template

Static library name Version Deprecated
web.service.template version 1.0 no

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.


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




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:21 2011 GMT(c)2011 RadGs Software