News Feed
Jobs Feed
Sections




News Archive
Anis Ahmad's Blog:
Join Problems with Zend_Paginator and Zend_Db_Select objects
August 28, 2008 @ 11:18:55

Anis Ahmad had a problem. The Zend_Paginator component of the Zend Framework, while powerful, wasn't quite working right. Bugs popped up when he used a join along with a Zend_Db_Select.

One of the 4 Adapters for Zend_Paginator is DbSelect which uses a Zend_Db_Select instance. Now, the problem occurred if I need to have some calculative data from other tables and use join with the Zend_Db_Select object for them.

He gives an example of a join that he performed with the component, the details of the "behind the scenes" code and why it happened that way. He also offers a solution (before the Zend_Pagination component was patched for it, of course) of changing the count() method it uses slightly to remove an unneeded part of the query.

0 comments voice your opinion now!
zendpaginator zenddbselect component zendframework


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Introduction to Zend_Db

Stijn Leenknegt's Blog: [PHP6] function-return-array idea!

Christian Schaefer's Blog: Using Zend Framework components in a Symfony2 project

PHPFreaks.com: The creation of the new site

KillerPHP.com: The Zend Framework: Writing Object-Oriented PHP with Ease


Community Events











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


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

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