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

Bence Eros' Blog: Using Inheritance

Alberto Viana's Blog: Zend Framework and Oracle XMLType

Riff Blog: Multiple entries with Zend_Config_XML

Zend Developer Zone: Podcast: Interview with Matthew "last name is:" Weier O'Phinney

Brandon Savage's Blog: Why Interfaces Rock


Community Events











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


series zendframework2 testing example functional framework application composer api community code release phpunit opinion podcast introduction development language database interview

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