Posted by Erik Franzn on 10/02/05 07:56
Of course you are right. I was fooled by this page: http://www.wiki.cc/php/RecursiveIterator <?php class RecursiveArrayIterator extends ArrayIterator implements RecursiveIteratorIterator { function hasChildren() { return is_array($this->current()); } function getChildren() { return new RecursiveArrayIterator($this->current()); } } ?> Thanxs /Erik
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming