[wp-hackers] wp_list_categories()

Mike Schinkel mikeschinkel at gmail.com
Wed Dec 31 22:41:50 GMT 2008


Will Anderson <wp-hackers at itsananderson.com> wrote:

> Your doing this recursively right? (
> http://en.wikipedia.org/wiki/Recursion)
> trying to do it with nested loops or something just isn't going to work.
>

Just being pedantic, but it *is* possible to do with nested loops in PHP
using arrays to simulate the stack. It's just nowhere near as elegant as
recursion. :-)
-Mike Schinkel
http://mikeschinkel.com


More information about the wp-hackers mailing list