Miscellaneous
Function | Summary |
---|---|
cache-block | Caches the contents of a template block to static content for fast retrieval. Useful to avoid fetching content over and over from database when it is possible to cache it within a set of parameters. Note: cache-blocks also introduces some overhead, so do not have too many of them on a page, let them span parts of your page like e.g. header, footer and left menu. |
fetch_alias | Executes a fetch based on configuration settings. |
include | Includes a file. |
ldelim | Outputs a left curly bracket, "{". |
literal | Instructs the parser to ignore a block of template code. |
rdelim | Outputs a right curly bracket, "}". |
run-once | Assures that a block of template code is run only once within a page view. |
Balazs Halasy (09/03/2005 1:18 pm)
Balazs Halasy (21/03/2005 10:20 am)
Comments
There are no comments.