News Feed
Jobs Feed
Sections




News Archive
Evan Coury's Blog:
Using ZendDb's TableGateway & HydratingResultSet to return rows as custom enties
July 02, 2012 @ 09:32:55

Evan Coury has a new post to his blog about using ZendDb's TableGateway (from the Zend Framework 2) along with the HydratingResultSet feature to let you build objects from your database results.

The new ZendDb in Zend Framework 2 has a handy feature which allows you to specify your own entity/model class to represent rows in your database tables. This means you can tell ZendDb to return each row as a populated instance of your own custom objects. Keep in mind that this is simply a convenience feature, and not meant to serve as a fully-featured ORM. If you're looking for a full-blown ORM, have a look at Doctrine 2.

He includes some example SQL to create a "book" table and the ZF2 code to create the Book model, set up the database connection and generate the hydrated data set from the results. An example of doing an insert into the table and then pull it back out from the TableGateway object.

0 comments voice your opinion now!
tutorial zendframework2 tablegateway hydratingresultset entity model object


blog comments powered by Disqus

Similar Posts

WaxJelly Blog: How to write a custom Smarty function in PHP

Gonzalo Ayuso: Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 8)

Rob Allen's Blog: Vagrant in Zend Framework 1

Sameer Borate's Blog: Printing relative dates in php


Community Events











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


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

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