mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
*** empty log message ***
This commit is contained in:
@@ -371,8 +371,8 @@ email: zaphod@slartibartfast.com<br></programlisting>
|
||||
prepend it with an "@" sign like so: {$articleTitle|@count} (this will
|
||||
print out the number of elements in the $articleTitle array.)
|
||||
</para>
|
||||
<sect2 id="bundled.plugins.modifiers">
|
||||
<title>Available Modifiers</title>
|
||||
<sect2 id="language.builtin.modifiers">
|
||||
<title>Built-in Modifiers</title>
|
||||
<sect3>
|
||||
<title>capitalize</title>
|
||||
<para>
|
||||
@@ -1198,7 +1198,7 @@ om dad she hasn't seen in years.</programlisting>
|
||||
</example>
|
||||
</sect3>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<sect2 id="language.combining.modifiers">
|
||||
<title>Combining Modifiers</title>
|
||||
<para>
|
||||
You can combine as many modifiers as you like on a single variable.
|
||||
|
@@ -845,8 +845,8 @@ var_dump($tpl_vars);</programlisting>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>display</function></funcdef>
|
||||
<paramdef>string <parameter>template</parameter></paramdef>
|
||||
<paramdef>string <parameter>cache id</parameter></paramdef>
|
||||
<paramdef>string <parameter>compile id</parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
@@ -918,8 +918,8 @@ $smarty->display("db:header.tpl");</programlisting>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>fetch</function></funcdef>
|
||||
<paramdef>string <parameter>template</parameter></paramdef>
|
||||
<paramdef>[string <parameter>cache_id</parameter>]</paramdef>
|
||||
<paramdef>[string <parameter>compile_id</parameter>]</paramdef>
|
||||
<paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user