News Feed
Jobs Feed
Sections




News Archive
Kevin van Zonneveld's Blog:
Convert anything to Tree Structures in PHP
October 09, 2007 @ 16:38:00

Kevin van Zonneveld has posted a new example today of how to convert anything into a tree structure with PHP:

With a function on this site: explodeTree(), you can explode any single-dimensional array into a full blown tree. The function uses a user-specified delimiter found in the keys of the original array to separate nodes and determine hierarchy.

Sample: with 3 lines of code you could have a full directory hierarchy in a multi-dimensional array if you specify the delimiter to be a '/' (slash).

Not only is the code included to make the tree from the data, but an example block of code showing how to use the result.

0 comments voice your opinion now!
tree structure convert tutorial example usage tree structure convert tutorial example usage


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP, Part 1

NETTUTS.com: CodeIgniter From Scratch: Day 6 – Login

Andrew Podner: CodeIgniter: Keeping M-V-C straight

PHPBuilder.com: Customize Your WordPress Blog with PHP Plugins and Widgets

PHPMaster.com: Data Structures for PHP Devs: Stacks and Queues


Community Events











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


development usergroup interview release series example framework language testing symfony2 community rest zendframework2 opinion phpunit database conference functional podcast introduction

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