Miscellaneous

FunctionSummary
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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.