Categories


Loading feed
Loading feed
Loading feed

Zend Framework Data Layer Quickie


Alexander Netkachev is at it a again. This time he’s posted a quick read on the Zend_DB_Table and how to get started with it. Programming a data layer classes is not meant to be a comprehensive overview of the Zend_Db_Table class and all of it’s inner workings. This is a simple tutorial on how to get started with it. (Subclass, create new record, save, rinse, repeat.)

I always enjoy reading Alexander’s posts and usually find some new nugget of knowledge that I can use. This one doesn’t disappoint either. If you are working with the Zend Framework and stymied on how to get your database mojo working, this could be the article for you. If not, well click the link anyhow and let’s artificially inflate his usage stats.

=C=

Comments