DefaultTemplateRenderer
This template renderer is able to deal with both loader which cache and don't cache. When the loader supports caching, it includes the cached file to use APC's optimization, but if it doesn't support it, it simply evals the template code.
- DefaultTemplateRenderer implements TemplateRenderer
public
|
|
public
string
|
#
render(
Returns the result of the interpretation of a template |
public
|