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
Last revisionBoth sides next 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 11:26] – fix indentation, add See Also, formatting 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:cachepageexecute|cachePageExecute()]]
 +  * [[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.txt · Last modified: 2022/06/25 12:23 by dregad