update append documentation, make more clear on its function

This commit is contained in:
mohrt
2002-12-24 16:09:12 +00:00
parent 70f61e47da
commit 728b293091

View File

@@ -513,9 +513,10 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'),
</funcprototype> </funcprototype>
</funcsynopsis> </funcsynopsis>
<para> <para>
This is used to append data to variables in the template. You This is used to append an element to an assigned array. If you append
can explicitly pass name/value pairs, or associative arrays to a string value, it is converted to an array value and then
containing the name/value pairs. appended to. You can explicitly pass name/value pairs, or associative
arrays containing the name/value pairs.
</para> </para>
<example> <example>
<title>append</title> <title>append</title>