Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

phpRiot.com:
Fetching Data With Zend_Db
Apr 07, 2010 @ 16:13:22

Quentin Zervaas has posted a new tutorial on phpRiot.com today with a quick look at using Zend_Db to pull information out of your database.

In this PhpRiot Snippet I will show you a couple of different ways to fetch data when using the Zend Framework's Zend_Db component. Zend_Db is a useful database abstraction class that comes with the Zend Framework. This article assumes you have already established a database connection and you have tables to select data from.

They show you how to fetch a single value from a table, grab all of the records from a specific column, getting more than one column and grabbing all of the contents of a table and returning them to your script with a "fetchAll" method call.

tagged: zenddb tutorial database zendframework

Link:


Trending Topics: