-
language.function.html.select.time
... {html_select_time} {html_select_time} , ldelim, html_select_time, rdelim, {html...
-
variable.cache.lifetime
... $cache_lifetime $cache_lifetime , cache_lifetime $cache_lifetime Prev  Chap...
-
variable.locking.timeout
... $locking_timeout $locking_timeout , locking_timeout $locking_timeout Prev  ...
-
installing.smarty.basic
...y files are in place, it's time to setup the Smarty directories for your applica...
-
language.variables.smarty
... {$smarty.now} The current timestamp can be accessed with {$smarty.now} . The va...
-
language.syntax.variables
...rect PHP function access: {time()} Note Although Smarty can handle some very com...
-
language.function.html.select.date
...o prefix the var name with time timestamp , DateTime , mysql timestamp or any st...
-
variable.escape.html
...ag. Note This is a compile time option. If you change the setting you must make ...
-
variable.compile.id
...ependend parts) at compile time, then you could use the current language as $com...
-
caching
...es with longer computation times. Since the output of display() or fetch() is ca...
-
language.syntax.quotes
...e quotes! {func var="test {time()} test"} // PHP function result {func var="test...
-
advanced.features.template.inheritance
...e inheritance is a compile time process which creates a single compiled template...
-
advanced.features
...', 'in_array', 'is_array','time','nl2br'). $php_modifiers is an array of PHP fun...
-
resources.string
... the template source every time a page is rendered. This is a good choice for st...
-
language.function.foreach
..., determines the number of times {foreach} will loop. You can also pass an integ...
-
plugins.prefilters.postfilters
...tion -- more precisely the time of their execution. string smarty_prefilter_name...
-
caching.custom
..._dir , or registered on runtime with registerCacheResource() . In either case yo...
-
troubleshooting
...ally end up in PHP compile-time parsing errors. Example 20.2. PHP parsing ...
-
plugins.block.functions
...for it to control how many times the block is displayed. By default $repeat is T...
-
tips.default.var.handling
...the default modifier every time it is mentioned can get a bit ugly. You can reme...
-
variable.caching
...lue of Smarty::CACHING_LIFETIME_CURRENT or Smarty::CACHING_LIFETIME_SAVED enable...
-
plugins.inserts
...----------- * File: insert.time.php * Type: time * Name: time * Purpose: Inserts...
-
plugins.resources
..._dir , or registered on runtime with registerResource() . In either case you wil...
-
caching.cacheable
...able $smarty- assign('foo',time(),true); Dynamic time value is {$foo} Cacheabili...
-
resources.custom
...00) NOT NULL, * `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDAT...
-
plugins.compiler.functions
... for injecting PHP code or time-sensitive static content into the template. If t...
-
variable.force.compile
... will be regenerated every time. Prev  Up  Next $force_cache Home Â...
-
variable.default.config.handler.func
...fied config's modification time * @param Smarty $smarty Smarty instance * @retur...
-
advanced.features.objects
...parameters passed one at a time for each argument like traditional object parame...
-
plugins.functions
...uestion: Will we ever have time travel? Answer: {eightball}. Example 18.2.ÂÂ...
-
variable.default.template.handler.func
...ed template's modification time * @param Smarty $smarty Smarty instance * @retur...
-
language.modifier.date.format
...at This formats a date and time into the given strftime() format. Dates can be p...
-
language.function.include.php
... once if included multiple times assign string No n/a The name of the variable t...
-
variable.compile.check
...ate has changed (different timestamp) since the last time it was compiled. If it...
-
language.function.insert
...will run dynamically every time the page is created, even within cached pages. T...
-
variable.direct.access.security
...E . Note This is a compile time option. If you change the setting you must make ...
-
variable.merge.compiled.includes
...; ? Note This is a compile time option. If you change the setting you must make ...
-
api.register.plugin
...ms["format"]; } return strftime($format,time()); } ? And in the template {date_n...