ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cachepageexecute

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:reference:conection:cachepageexecute [2016/01/17 03:35] – ↷ Page moved from v5:reference:cachepageexecute to v5:reference:conection:cachepageexecute mnewnhamv5:reference:connection:cachepageexecute [2022/06/25 12:23] (current) – fix incorrect reference link dregad
Line 8: Line 8:
      string $sql      string $sql
         int $rowsPerPage         int $rowsPerPage
- int $pageNumber +        int $pageNumber 
- optional mixed $bindVars=false+        optional mixed $bindVars=false
      )      )
 +== See Also ==
 +  * [[v5:reference:connection:pageexecute|pageExecute()]]
 +  * [[v5:reference:recordset:atfirstpage|atFirstPage()]]
 +  * [[v5:reference:recordset:atlastpage|atLastPage()]]
 +
 </WRAP> </WRAP>
  
 ===== Description ===== ===== Description =====
  
-The method ''cachePageExecute()'' will select the supplied $pageNumber from a a possibl cached recordset, given that it is paginated in pages of $rowsPerPage rows per page. It also saves two boolean values saying if the given page is the first and/or last one of the recordset.+The method ''cachePageExecute()'' will select the supplied //$pageNumber// from a a possibly cached recordset, given that it is paginated in pages of //$rowsPerPage// rows. It also saves two boolean values saying if the given page is the first and/or last one of the recordset. 
 ----------------------- -----------------------
 +
 ===== Usage ===== ===== Usage =====
 <code php> <code php>
v5/reference/connection/cachepageexecute.1452998144.txt.gz · Last modified: 2017/04/21 11:36 (external edit)