Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Search Results for "examples"

  • language.modifiers
    ...xample 5.1. Modifier examples {* apply modifier to a variable *} {$title|u...
  • installing.smarty.basic
    ... version of Smarty. In the examples below the Smarty tarball has been unpacked t...
  • language.variables.smarty
    ...sed as demonstrated in the examples below: Example 4.8. Displaying request...
  • language.variable.scopes
    ... 4.6. Variable scope examples // assign variable to Smarty object scope $s...
  • caching
    ...sert} for more details and examples. You can clear all the cache files with the ...
  • language.syntax.quotes
    ... Example 3.5. Syntax examples {func var="test $foo test"} // sees $foo {fu...
  • language.basic.syntax
    ...y can be changed . For the examples in this manual, we will assume that you are ...
  • language.function.html.table
    ...e displayed as these three examples demonstrate. Each example shows the template...
  • language.function.foreach
    ...p item by {$item@key} (see examples below). Note The $var@property syntax is new...
  • caching.custom
    ...* * @package CacheResource-examples * @author Rodney Rehm */ class Smarty_CacheR...
  • language.function.html.checkboxes
    ...d separator=' br / '} both examples will output: label input type="checkbox" nam...
  • language.math
    ...s. Example 3.7. math examples {$foo+1} {$foo*$bar} {* some more complicate...
  • plugins.resources
    ...components to Smarty. Some examples of resources: databases, LDAP, shared memory...
  • what.is.smarty
    ...data and displaying it are examples of presentation logic. This does not mean ho...
  • language.function.if
    ...‚ 7.45. {if} with more examples {if isset($name) $name == 'Blog'} {* do some...
  • plugins.naming.conventions
    ..., see php variables . Some examples: function.html_select_date.php , resource.db...
  • language.modifier.escape
    ... Example 5.11. Other examples {* the "rewind" paramater registers the curr...
  • api.display
    ...isplay() template resource examples Use the syntax for template resources to dis...
  • language.function.html.radios
    ...d separator=' br / '} Both examples will output: label input type="radio" name="...
  • resources.custom
    .../pre * * @package Resource-examples * @author Rodney Rehm */ class Smarty_Resour...
  • language.config.variables
    ...tr /table /body /html Both examples would output: html title This is mine /title...
  • index
    ...Resources 23. BUGS List of Examples 2.1. Required Smarty library files 2.2. Set ...
  • language.function.fetch
    ...Example 8.5. {fetch} examples {* include some javascript in your template ...
  • language.function.include
    ...Various {include} resource examples {* absolute filepath *} {include file='/usr/...
  • variable.config.overwrite
    ...of config #variables# This examples uses {cycle} to output a table with alternat...