API for managing nested sets of data stored in a database. NestedSetDbTable class extends Zend_Db_Table_Abstract, to provide custom functionality for working with database tables that has hierarchical data in them data.
Class for managing nested set data
Rdavid.net: My Zend Framework Model Layer: Part Service, Part ORM
In a new post on the Rdavid.net blog there’s some discussion about Zend Framework models, the best approach and a “Service Class” idea.
A short and simple database admin using Zend_Db_Table
On Oren Solomianik’s blog, he describes how to create a browser based database admin with the power of Zend_Db_Table and a few lines of code.
Combining the power of PHPLinq, Zend_Db, XML and arrays
PHPLinq is a class library for PHP, based on the idea of Microsoft’s LINQ technology. LINQ is short for language integrated query, a component in the .NET framework which enables you to perform queries on a variety of data sources like arrays, XML, SQL server, … These queries are defined using a syntax which is very similar to SQL.
Lorna Mitchell: Introduction to Zend_Db
Lorna Mitchell, the senior European correspondent for phpwomen.org, has posted a good piece on her blog about what she learned when she delved into Zend_Db.
Actions, now with parameters!
Zend_Controller_Action is the parent of all of the controllers in your application. This short tutorial shows how to pass parameters into your actions from the query string.
Zend Framework 1.0.1 Releases
It is my pleasure to announce the release of Zend Framework 1.0.1.
This mini release includes fixes for 33 issues since the 1.0.0 release
only a month ago. These issues are generally bug fixes and improvements,
though some feature additions have been included with this release.
Zend Framework 1.0.0RC2 Released
p. We’re pleased to announce Zend Framework 1.0.0 Release Candidate 2.
Download it from “http://framework.zend.com/”:http://framework.zend.com/
p. This is the home stretch toward 1.0! Everyone has worked very hard for many months, and we are very close to finishing what we set out to do with Zend Framework 1.0.
Zend Framework 1.0.0 RC1 released
p. This is the home stretch toward 1.0! Everyone has worked very hard for many months, and we are very close to finishing what we set out to do with Zend Framework 1.0. This Release Candidate is intended to show the complete set of features Zend Framework 1.0 has. Following the final 1.0 release, Zend Framework will continue to grow and improve, but there will be a great emphasis on maintaining backward-compatibility. That has been the mission of Zend Framework from the beginning, to provide a professional web framework with quality and stability.
Tutorial : Using Zend Framework Without PDO
p. This is a very quick tutorial on how to allow developers to develop using the Zend Framework without having to or being able to install PDO on their servers.

