News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Daniel Cousineau's Blog:
Displaying N-Deep Trees (Remember Your Algorithms Course?)
August 07, 2008 @ 12:03:23

On his Tower of Power blog Daniel Cousineau has written up a look at using a more detailed categorization method than just a parent/child relationship on your data - Tree Traversals.

If the software calls for only 2 levels of categorization (Parent and Child only), a simple nested for loop will suffice. However, software requirements change and you'll soon find yourself up shit creek without a paddle if you need to support 3 or 4 levels of nesting. [...] To those who's training is less formal (most web developers I meet have practical training, not formal), I'll help you out: Tree Traversals (or if you are completely lost, Recursion).

He creates a recursive function that, when passed in a category set with different types in it, can handle each of them and then calls itself again with the new child data. His sample code creates url out of a set of categories.

0 comments voice your opinion now!
tree category recursion tutorial parent child loop treetraversal



Similar Posts

Lorna Mitchell's Blog: Locale-Sensitive Dates in PHP

AnyExample.com: Downloading files from Amazon S3

Stefan Mischook's Blog: PHP Classes and Objects video tutorial

PHP-Coding-Practices.com: Composing Methods: Split Temporary Variable

HowTo Forge: Installing Lighttpd With PHP5 And MySQL Support On Fedora 7


Community Events









Don't see your event here?
Let us know!


framework ajax job developer releases package conference book release example cakephp PEAR security zendframework PHP5 code application mysql database zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework