Working with arrays recursively

[email protected] ("Christoph Boget") Fri, 31 Aug 2007 08:20:59 -0400
Newsgroups php.smarty.general
Message-ID <[email protected]>
------=_Part_3914_30023214.1188562859845
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I know you can set up nested {foreach} blocks in the template but that only
works if you know that the array you are working with has a predefined
number of levels.  Is there a way to set up a block so that you can work
with the array recursively?  So no matter how many levels the array has,
your smarty block can handle and display all the data?

thnx,
Christoph

------=_Part_3914_30023214.1188562859845--