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
|
prepend it with an "@" sign like so: {$articleTitle|@count} (this will
|
||||||
print out the number of elements in the $articleTitle array.)
|
print out the number of elements in the $articleTitle array.)
|
||||||
</para>
|
</para>
|
||||||
<sect2 id="bundled.plugins.modifiers">
|
<sect2 id="language.builtin.modifiers">
|
||||||
<title>Available Modifiers</title>
|
<title>Built-in Modifiers</title>
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>capitalize</title>
|
<title>capitalize</title>
|
||||||
<para>
|
<para>
|
||||||
@@ -1198,7 +1198,7 @@ om dad she hasn't seen in years.</programlisting>
|
|||||||
</example>
|
</example>
|
||||||
</sect3>
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
<sect2>
|
<sect2 id="language.combining.modifiers">
|
||||||
<title>Combining Modifiers</title>
|
<title>Combining Modifiers</title>
|
||||||
<para>
|
<para>
|
||||||
You can combine as many modifiers as you like on a single variable.
|
You can combine as many modifiers as you like on a single variable.
|
||||||
|
@@ -845,8 +845,8 @@ var_dump($tpl_vars);</programlisting>
|
|||||||
<funcprototype>
|
<funcprototype>
|
||||||
<funcdef>void <function>display</function></funcdef>
|
<funcdef>void <function>display</function></funcdef>
|
||||||
<paramdef>string <parameter>template</parameter></paramdef>
|
<paramdef>string <parameter>template</parameter></paramdef>
|
||||||
<paramdef>string <parameter>cache id</parameter></paramdef>
|
<paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef>
|
||||||
<paramdef>string <parameter>compile id</parameter></paramdef>
|
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
|
||||||
</funcprototype>
|
</funcprototype>
|
||||||
</funcsynopsis>
|
</funcsynopsis>
|
||||||
<para>
|
<para>
|
||||||
@@ -918,8 +918,8 @@ $smarty->display("db:header.tpl");</programlisting>
|
|||||||
<funcprototype>
|
<funcprototype>
|
||||||
<funcdef>string <function>fetch</function></funcdef>
|
<funcdef>string <function>fetch</function></funcdef>
|
||||||
<paramdef>string <parameter>template</parameter></paramdef>
|
<paramdef>string <parameter>template</parameter></paramdef>
|
||||||
<paramdef>[string <parameter>cache_id</parameter>]</paramdef>
|
<paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef>
|
||||||
<paramdef>[string <parameter>compile_id</parameter>]</paramdef>
|
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
|
||||||
</funcprototype>
|
</funcprototype>
|
||||||
</funcsynopsis>
|
</funcsynopsis>
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user