News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
NestedSetDbTable class
March 01, 2010 @ 09:14:20

On the Zend Developer Zone today there's a new tutorial looking at a database class/component that implements the Nested Set idea for the Zend Framework - NestedSetDbTable.

There are several ways of realizing demand of storing hierarchical data in database, and most popular methods today are Adjacency List and Nested Set models. [...] With Nested Set model [the] whole tree can be retrieved with a single query, but there are lot of things that need to be done when you need to make some changes in hierarchy. From the title of this article, it's obvious which model is my favorite.

The class helps you to manage nested sets of data pulled from a database and extends the Zend_Db_Table component to pull in all of its additional functionality. You define the "left" and "right" columns in the table and can use constants like NEXT_SIBLING and LAST_CHILD to perform inserts and updates without having to worry about a record's place in the set. Code snippets are included to show you how it all works together.

0 comments voice your opinion now!
nestedsetdbtable zendframework class nestedset


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend_Acl and MVC Integration Part II (Advanced Use)

Community News: PHPBenelux BugHuntDay 2010 (Zend Framework & Joind.in)

Stefan Koopmanschap's Blog: Adding a link to a form element with Zend Framework

Matthew Weier O'Phinney's Blog: Backported ZF2 Autoloaders

Community News: Big Nerd Ranch - PHP5 Bootcamp - 5-Day Intensive Training


Community Events











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


framework application opinion tool release example unittest series functional zendframework2 community interview code testing phpunit development podcast language introduction object

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