News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Metadata from Zend_Db_Table_Abstract
June 01, 2009 @ 07:53:14

As a part of his WinPHP Challenge project Rob Allen has come up with a method to combing the Zend_Db_Table component of the Zend Framework with the SuccessSQL tool to extract the table information directly from the database.

Zend_Db_Table provides all this information directly which is quite useful, however the intended use-case for Zend_Db_Table is that you extend Zend_Db_Table_Abstract for each table that you want to interact with. Obviously, SuccesSQL doesn't know in advance the names of the tables, so I created a stub class that allowed me to instantiate a Zend_Db_Table dynamically.

A few code snippets later and he has a working example showing a var_dump of the object's output - complete with full data for the two columns - ID and artist.

0 comments voice your opinion now!
tutorial zenddbtable successql zendframework


blog comments powered by Disqus

Similar Posts

Tutorialzine.com: Building a Website with PHP, MySQL and jQuery Mobile, Part 1

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial: Parts 1-8 Revisited

Robert Basic's Blog: Wordpress as CMS tutorial

Chris Hartjes' Blog: The Story and Rebirth Of Zend_Service_Audioscrobbler, Part 1

Padraic Brady's Blog: Zend Framework Community Review Team


Community Events











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


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

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