-
installing.smarty.basic
... get changed when you upgrade to a new version of Smarty. In the examples below ...
-
api.get.tags
...turn tags used by template Description string getTags ( object template ...
-
language.function.append
... {append} {append} , ldelim, append, rdelim, {append} Prev  Chapter 7.Â...
-
variable.default.resource.type
... $default_resource_type $default_resource_type , default_resource_type $default_...
-
language.variables.smarty
...arty} reserved variable , ldelim, smarty, rdelim, reserved, variable {$smarty} r...
-
api.template.exists
... specified template exists Description bool templateExists ( string temp...
-
smarty.for.designers
...II. Smarty For Template Designers Part II. Smarty For Template Designer...
-
language.syntax.variables
...ain numbers, letters and underscores, much like a PHP variable . You can referen...
-
api.assign.by.ref
...assign values by reference Description void assignByRef ( string varname...
-
language.variable.scopes
...hain of parent objects. By default templates which are rendered by $smarty- disp...
-
api.create.template
... returns a template object Description Smarty_Internal_Template createTempla...
-
api.append.by.ref
...append values by reference Description void appendByRef ( string varname...
-
caching
...ile could conceivably be made up of several template files, config files, etc. S...
-
api.is.cached
...id cache for this template Description bool isCached ( string template ,...
-
language.builtin.functions
...II. Smarty For Template Designers  Next Chapter 7. Built-in Functio...
-
language.function.html.table
...tml_table} {html_table} , ldelim, html_table, rdelim, {html_table} Prev  Cha...
-
advanced.features.template.settings
...that template and its included subtemplates. Example 17.4. changing Smarty...
-
language.function.foreach
...{foreach},{foreachelse} , ldelim, foreach, rdelim, ldelim, foreachelse, rdelim, ...
-
caching.custom
...n alternative to using the default file-based caching mechanism, you can specify...
-
troubleshooting
...ors Warning: Smarty: [in index.tpl line 4]: syntax error: unknown tag - '%blah' ...
-
advanced.features.outputfilters
...be either registered or loaded from the plugins directory by using the loadFilte...
-
plugins.resources
... implement the function renderUncompiled(Smarty_Internal_Template $_template) . ...
-
language.modifier.strip
...ne."); $smarty- display('index.tpl'); ? Where template is: {$articleTitle} {$art...
-
caching.cacheable
...everal options how to exclude sections of your output from caching. General Note...
-
caching.groups
...) it is treated as an appended cache group '/a/b/c/foo/' . If you specify a temp...
-
language.variables
...II. Smarty For Template Designers  Next Chapter 4. Variables Table ...
-
advanced.features.postfilters
...be either registered or loaded from the plugins directory by using the loadFilte...
-
api.fetch
...eturns the template output Description string fetch ( string template , ...
-
api.display
...” displays the template Description void display ( string template , ...
-
language.function.assign
... {assign} {assign} , ldelim, assign, rdelim, {assign} Prev  Chapter 7.Â...
-
caching.multiple.caches
... that a call to display('index.tpl') may have several different output contents ...
-
resources.custom
...s you are supposed to provide. Note Note that you cannot override the built-in f...
-
plugins.compiler.functions
...useful for injecting PHP code or time-sensitive static content into the template...
-
installing.smarty.extended
... Extended Setup Extended Setup extended, setup Extended Setup Prev  Chapter...
-
tips.componentized.templates
...gn'], $ticker_info); } ? index.tpl {load_ticker symbol='SMARTY' assign='ticker'}...
-
api.register.resource
...mically register resources Description void registerResource ( string na...
-
index
...ts Basic Installation Extended Setup II. Smarty For Template Designers 3. Basic ...
-
advanced.features.objects
...ts, and this leads to poor designs that are difficult to manage. See the Best Pr...
-
api.clear.compiled.tpl
...pecified template resource Description void clearCompiledTemplate ( stringÂ...
-
language.function.section
...{section},{sectionelse} , ldelim, section, rdelim, ldelim, sectionelse, rdelim, ...
-
resources
...template, or when you include a template from within another template, you suppl...
-
api.create.data
...” creates a data object Description string createData ( object parent...
-
api.clear.cache
...he for a specific template Description void clearCache ( string template...
-
advanced.features.prefilters
...be either registered or loaded from the plugins directory by using loadFilter() ...