-
variable.default.resource.type
... $default_resource_type $default_resource_type , default_resource_type $default_...
-
variable.default.modifiers
... $default_modifiers $default_modifiers , default_modifiers $default_modifiers Pr...
-
api.register.default.plugin.handler
... registerDefaultPluginHandler() registerDefaultPluginHandler() registerdefaultpl...
-
tips.default.var.handling
... Default Variable Handling Default Variable Handling default, variable, handling...
-
variable.default.config.type
... $default_config_type $default_config_type , default_config_type $default_config...
-
variable.default.config.handler.func
... $default_config_handler_func $default_config_handler_func , default_config_hand...
-
variable.default.template.handler.func
... $default_template_handler_func $default_template_handler_func , default_templat...
-
language.modifier.default
... default default default default Prev  Chapter 5. Variable Modifiers ...
-
language.function.html.select.time
...tribute Name Type Required Default Description prefix string No Time_ What to pr...
-
language.modifiers
...es count_words date_format default escape from_charset indent lower nl2br regex_...
-
installing.smarty.basic
...r directories which are by default named templates/ , templates_c/ , configs/ an...
-
charset
... ISO-8859-1 has been PHP's default internal charset since the beginning. Unicode...
-
variable.smarty.debug.id
...ging at browser level. The default value is SMARTY_DEBUG . See also debugging co...
-
language.modifier.truncate
...to a character length, the default is 80. As an optional second parameter, you c...
-
variable.cache.locking
...che locking is disabled by default. To enable it set $cache_locking to TRUE . Se...
-
variable.cache.dir
...late caches are stored. By default this is ./cache , meaning that Smarty will lo...
-
language.function.append
...tribute Name Type Required Default Description var string Yes n/a The name of th...
-
language.modifier.spacify
...ter Position Type Required Default Description 1 string No one space This what g...
-
smarty.for.designers
...es count_words date_format default escape from_charset indent lower nl2br regex_...
-
api.assign.by.ref
...perties behave this way by default. Example 14.7. assignByRef() ?php // pa...
-
language.function.html.select.date
...tribute Name Type Required Default Description prefix string No Date_ What to pr...
-
language.variable.scopes
...hain of parent objects. By default templates which are rendered by $smarty- disp...
-
language.escaping
...racters which are also the default delimiters for Smarty. Note A good practice f...
-
variable.plugins.dir
...the plugins that it needs. Default is plugins/ under the SMARTY_DIR . If you sup...
-
variable.config.read.hidden
...ate loading them. FALSE by default. Prev  Up  Next $config_overwrite ...
-
api.append.by.ref
...perties behave this way by default. Technical Note The merge parameter respects ...
-
variable.use.sub.dirs
..._sub_dirs is set to TRUE , default is FALSE . In an environment where there are ...
-
language.modifier.regex.replace
...ter Position Type Required Default Description 1 string Yes n/a This is the regu...
-
variable.config.dir
...les used in the templates. Default is ./configs , meaning that Smarty will look ...
-
caching
...d by $cache_lifetime . The default value is 3600 seconds, or one hour. After tha...
-
language.modifier.replace
...ter Position Type Required Default Description 1 string Yes n/a This is the stri...
-
advanced.features.template.inheritance
...ad title {block name=title}Default Page Title{/block} /title {block name=head}{/...
-
variable.compiler.class
...compile the templates. The default is 'Smarty_Compiler'. For advanced users only...
-
variable.debugging.ctrl
... debugging = false; // the default $smarty- debugging_ctrl = ($_SERVER['SERVER_N...
-
language.custom.functions
...y a name, the name “ default †will be used. If you supply the assig...
-
language.function.mailto
...tribute Name Type Required Default Description address string Yes n/a The e-mail...
-
language.syntax.attributes
...value assigned it gets the default boolean value of true. Example 3.4. fun...
-
language.modifier.to_charset
...e Required Possible Values Default Description 1 string No ISO-8859-1 , UTF-8 , ...
-
language.function.config.load
...tribute Name Type Required Default Description file string Yes n/a The name of t...
-
language.function.textformat
...tribute Name Type Required Default Description style string No n/a Preset style ...
-
language.function.eval
...tribute Name Type Required Default Description var mixed Yes n/a Variable (or st...
-
language.function.for
...me Shorthand Type Required Default Description max n/a integer No n/a Limit the ...
-
variable.template.dir
...ir This is the name of the default template directory. If you do not supply a re...
-
language.basic.syntax
...osed within delimiters. By default these are { and } , but they can be changed ....
-
language.builtin.functions
...me Shorthand Type Required Default Description scope n/a string No n/a The scope...
-
advanced.features
...LOW - execute php tags The default value is Smarty::PHP_PASSTHRU. If security is...
-
language.function.html.table
...tribute Name Type Required Default Description loop array Yes n/a Array of data ...
-
caching.custom
...n alternative to using the default file-based caching mechanism, you can specify...
-
tips
...ts Blank Variable Handling Default Variable Handling Passing variable title to h...
-
language.function.html.checkboxes
...ch item(s) are selected by default as well. Attribute Name Type Required Default...
-
chapter.debugging.console
... (this is in SMARTY_DIR by default). When you load the page, a Javascript consol...
-
language.function.extends
...tribute Name Type Required Default Description file string Yes n/a The name of t...
-
language.function.html.image
...tribute Name Type Required Default Description file string Yes n/a name/path to ...
-
plugins.block.functions
...ction {func}..{/func} . By default your function implementation is called twice ...
-
variable.php.handling
...our possible settings, the default being Smarty::PHP_PASSTHRU . Note that this d...
-
tips.passing.vars
...able is not set, using the default variable modifier. html head title {$title|de...
-
variable.caching
...tes to the $cache_dir . By default this is set to the constant Smarty::CACHING_O...
-
variable.right.delimiter
... by the template language. Default is } . See also $left_delimiter and escaping ...
-
plugins.resources
...dified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP...
-
appendixes
...ks Blank Variable Handling Default Variable Handling Passing variable title to h...
-
language.modifier.wordwrap
...ing to a column width, the default is 80. As an optional second parameter, you c...
-
variable.debug_template
... the debugging console. By default, it is named debug.tpl and is located in the ...
-
language.function.block
...tribute Name Type Required Default Description name string Yes n/a The name of t...
-
caching.cacheable
...) is called $cacheable and defaults to TRUE . When registering a plugin with $ca...
-
variable.compile.dir
... templates are located. By default this is ./templates_c , meaning that Smarty w...
-
language.modifier.unescape
...e Required Possible Values Default Description 1 string No html , htmlall , enti...
-
language.modifier.escape
..., javascript and mail . By default its html . Parameter Position Type Required P...
-
api.compile.all.config
... for the config files. The default is ".conf". force is an optional boolean whic...
-
language.function.assign
...tribute Name Type Required Default Description var string Yes n/a The name of th...
-
language.function.html.radios
... which item is selected by default as well. Attribute Name Type Required Default...
-
resources.custom
...dified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP...
-
language.modifier.string.format
...ter Position Type Required Default Description 1 string Yes n/a This is what for...
-
variable.force.compile
...rrides $compile_check . By default this is FALSE . This is handy for development...
-
index
...es count_words date_format default escape from_charset indent lower nl2br regex_...
-
language.function.fetch
...tribute Name Type Required Default Description file string Yes n/a The file, htt...
-
language.function.cycle
...tribute Name Type Required Default Description name string No default The name o...
-
language.modifier.strip.tags
...ter Position Type Required Default Description 1 bool No TRUE This determines wh...
-
language.modifier.indent
...nts a string on each line, default is 4. As an optional parameter, you can speci...
-
language.modifier.from_charset
...e Required Possible Values Default Description 1 string No ISO-8859-1 , UTF-8 , ...
-
language.modifier.count.characters
...ter Position Type Required Default Description 1 boolean No FALSE This determine...
-
advanced.features.objects
...registration parameter. By default, parameters passed to objects through the tem...
-
api.compile.all.templates
...or the template files. The default is ".tpl". force is an optional boolean which...
-
api.clear.compiled.tpl
...me seconds are cleared, by default all compiled templates are cleared regardless...
-
language.function.include
... {include} statement. This default behaviour can be changed for all variables as...
-
language.function.math
...tribute Name Type Required Default Description equation string Yes n/a The equat...
-
language.modifier.date.format
...ter Position Type Required Default Description 1 string No %b %e, %Y This is the...
-
variable.left.delimiter
... by the template language. Default is { . See also $right_delimiter and escaping...
-
language.function.include.php
...tribute Name Type Required Default Description file string Yes n/a The name of t...
-
variable.config.overwrite
...write If set to TRUE , the default then variables read in from config files will...
-
language.function.section
...tribute Name Type Required Default Description name string Yes n/a The name of t...
-
resources
...citly given, the value of $default_resource_type (default: "file") is assumed. F...
-
variable.compile.check
...rdless of this setting. By default this variable is set to TRUE . Once an applic...
-
language.function.ldelim
...ng template delimiters, by default { and } . You can also use {literal}{/literal...
-
api.variables
...debugging $debugging_ctrl $default_config_type $default_modifiers $default_resou...
-
language.function.insert
...tribute Name Type Required Default Description name string Yes n/a The name of t...
-
language.function.call
...tribute Name Type Required Default Description name string Yes n/a The name of t...
-
language.function.function
...all the template function. Default values for variables can be passed to the tem...
-
language.function.capture
...me attribute, then “ default †will be used as the name ie $smarty.c...
-
variable.direct.access.security
...ess security is enabled by default. To disable it set $direct_access_security to...
-
language.modifier.cat
...ter Position Type Required Default Description 1 string No empty This value to c...
-
variable.compile.locking
...pile locking is enabled by default. To disable it set $compile_locking to FALSE ...
-
language.function.html.options
...ch item(s) are selected by default as well. Attribute Name Type Required Default...