-
language.function.config.load
...comment # global variables pageTitle = "Main Menu" bodyBgColor = #000000 tableBg...
-
language.function.html.select.time
...nt formats. It can be a unique timestamp, a string of the format YYYYMMDDHHMMSS ...
...ct_date} and the date tips page . Prev  Up  Next {html_select_date} ...
-
installing.smarty.basic
-
language.variables.smarty
... several environment and request variables. The full list of them follows. Reque...
...iables {* display value of page from URL ($_GET) http://www.example.com/index.ph...
-
api.template.exists
...) This example uses $_GET['page'] to {include} a content template. If the templa...
-
language.function.html.select.date
... function on the date tips page for converting {html_select_date} form values to...
-
language.function.nocache
...assigned from PHP when the page is loaded from the cache. Example 7.60. Pr...
-
caching
...aching Multiple Caches Per Page Cache Groups Controlling Cacheability of Output ...
-
advanced.features.template.inheritance
... {block name=title}Default Page Title{/block} /title {block name=head}{/block} /...
-
language.function.eval
...r could be from a database query. ?php $str = 'The server name is {$smarty.serve...
...lcome to {$company}'s home page! ErrorCity = You must supply a {#emphstart#}city...
-
language.basic.syntax
-
resources.string
...e for later reuse. Each unique template string will create a new compiled templa...
...mplate source every time a page is rendered. This is a good choice for strings w...
-
caching.custom
...e * * @param string $id unique cache content identifier * @param string $name te...
...ith the given keys used as indexes * @return boolean true on success, false on f...
-
chapter.debugging.console
...efault). When you load the page, a Javascript console window will pop up and giv...
-
troubleshooting
...m of the installing smarty page for more about permissions. Fatal error: Smarty ...
-
preface
...designers and PHP A common question: "Web designers have to learn a syntax anywa...
...the header/footer on a per-page basis. With template inheritance, instead of inc...
-
tips.passing.vars
...header.tpl , and will subsequently be used as the title. {include file='header.t...
...t title, depending on what page you are coming from? You can pass the title to t...
-
smarty.for.programmers
...aching Multiple Caches Per Page Cache Groups Controlling Cacheability of Output ...
-
language.function.block
...tpl"} {block name="title"} Page Title {/block} The result would look like html h...
-
caching.cacheable
... the cache but not on subsequent requests of the page. Example 15.14. Prev...
... whole final output of the page gets cached. However Smarty3 offers several opti...
-
what.is.smarty
...say you are creating a web page that is displaying a newspaper article. The arti...
-
language.modifier.escape
...on Expected to Casketless Funeral Plan'" ); $smarty- assign('EmailAddress','smar...
...cation *} a href="$my_path?page=foo rewind=$my_uri|urlencode}" click here /a Thi...
-
caching.multiple.caches
...he $cache_id . For each unique value of $my_cache_id , a separate cache will be ...
... Multiple Caches Per Page Multiple Caches Per Page multiple, caches, per, page M...
-
language.function.literal
...he escaping Smarty parsing page. Prev  Up  Next {ldelim},{rdelim} Ho...
-
language.function.debug
...s the debug console to the page. This works regardless of the debug settings in ...
-
index
...marty} reserved variable Request variables {$smarty.now} {$smarty.const} {$smart...
...m Uwe Tews uwe dot tews at googlemail dot com Copyright © 2001-2011 New Digit...
...P Associative arrays Array indexes Objects Variable scopes Variables loaded from...
...p_tags to_charset truncate unescape upper wordwrap 6. Combining Modifiers 7. Bui...
...aching Multiple Caches Per Page Cache Groups Controlling Cacheability of Output ...
-
language.function.fetch
...ith http:// , the web site page will be fetched and displayed. Note This will no...
-
api.get.registered.object
...d object . See the objects page for more info. Example 14.28. getRegistere...
-
language.function.include
... /head body {include file='page_header.tpl'} {* body of template goes here, the ...
-
language.modifier.date.format
...ed. Check your system's manpage for a full list of valid specifiers. However, a ...
-
language.function.insert
...ner slot at the top of the page. The banner can contain any mixture of HTML, ima...
-
api.clear.all.cache
...isCached() and the caching page. Prev  Up  Next clearAllAssign() Hom...