PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #3177

Documentation on limitQuery

Details

Request #3177Documentation on limitQuery
Submitted2005-01-12 16:12 UTC
Fromdannel dot albert at aaronexodus dot com
Assigneddanielc
StatusClosed
PackageDB
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-01-12 16:12 UTC] dannel dot albert at aaronexodus dot com

Description:
------------
Hi. I'm new to PEAR::DB and I've been researching it, looking through the documentation to see how it's organized and what I will need to do to switch from ADODB to PEAR::DB. In doing so, I noticed that the documentation on the limitQuery method doesn't point out if the starting row argument is zero-based (i.e. row 0 is first row) or not (i.e. row 1 is first row). Adding that small bit of information to the docs will take any guesswork out of using that method, and make it even easier for people like me who are new to PEAR::DB to switch from another system. Thanks.