New home for pagination component documentation

For those caring, I just posted some quick documentation for the pagination component at my assembla space. More docs will follow (including extensive phpdoc docblocks I hope)....

Bugfixes release of Zend Framework pagination component 3

I just released on riskle's assembla space a new version of my pagination component for the Zend Framework which you can download right now: Riskle Paginate r122 This release fixes a nasty bug in Riskle_Db_Table::fetchCols which prevented from retrieving the right count of cols involved in the...

Zend Framework Pagination, third strike 7

UPDATE: new version (r105) available. The component was given a little rewrite as expected, but maybe a little bit later than I would have wanted to :-) So it now has its own Rowclass proxy from which you can pull various infos such as current page, page range, next page, etc all exposed as getter...

Zend Framework Pagination reloaded 8

UPDATE A new version of this component is available. I have a new version of my pagination component which solve the issue previously pointed out by Guy. This update comes along with a subclassed version of Zend_Db_Table which allows counting and specific columns selection respectively via the...

Pagination with the Zend Framework 6

Yesterday I came up with a small pagination component for the Zend Frameworks. It implements the Proxy pattern around a Zend_Db_Table object, and overloads the fetchAll method. The main problem I encountered here was to retrieve the total number of rows for the table. I'm using a Zend_Db_Select...

Top tags