| Posted by Man-wai Chang on 04/23/07 09:28 
1. How could concatenate two values into a string in the template?
 {section name=j start=0 loop=10 step=1}
 {section name=k start=0 loop=10 step=1}
 {assign var=xx value=concat($smarty.section.j,$smarty.section.k)}
 {xx}
 {/seection}
 {/section}
 
 2. How could I address/use associative array in the template? I could do
 it with numbers, but it will be more self-documentating if I could use
 assoc. array....
 
 --
 iTech Consulting Services Limited
 Expert of ePOS solutions
 Website: http://www.itech.com.hk (IE only)
 Tel: (852)2325 3883	Fax: (852)2325 8288
 [Back to original message] |