From 728b293091f60adfb5b2e82772c6a921c7811edd Mon Sep 17 00:00:00 2001 From: mohrt Date: Tue, 24 Dec 2002 16:09:12 +0000 Subject: [PATCH] update append documentation, make more clear on its function --- docs/programmers.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/programmers.sgml b/docs/programmers.sgml index 7d2cfc49..c88602ec 100644 --- a/docs/programmers.sgml +++ b/docs/programmers.sgml @@ -513,9 +513,10 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'), - This is used to append data to variables in the template. You - can explicitly pass name/value pairs, or associative arrays - containing the name/value pairs. + This is used to append an element to an assigned array. If you append + to a string value, it is converted to an array value and then + appended to. You can explicitly pass name/value pairs, or associative + arrays containing the name/value pairs. append