v5:reference:connection:selectlimit
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:selectlimit [2016/01/19 21:18] – ↷ Links adapted because of a move operation 66.249.64.103 | v5:reference:connection:selectlimit [2023/07/25 12:55] (current) – [$rowsToReturn] typo dregad | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| The function executes a statement, and returns a handle to a recordset or false if the statement execution fails. | The function executes a statement, and returns a handle to a recordset or false if the statement execution fails. | ||
| - | The presentation of the returned data can be modified by the variables | + | The presentation of the returned data can be modified by: |
| + | * [[v5: | ||
| + | * [[v5: | ||
| + | * [[v5: | ||
| For a detailed description of the '' | For a detailed description of the '' | ||
| ===== $rowsToReturn ===== | ===== $rowsToReturn ===== | ||
| - | '' | + | '' |
| ===== $startOffset ===== | ===== $startOffset ===== | ||
| Line 35: | Line 38: | ||
| */ | */ | ||
| $SQL = " | $SQL = " | ||
| - | $result = $db->SelectLimit($SQL, | + | $result = $db->selectLimit($SQL, |
| - | while ($r = $result-> | + | while ($r = $result-> |
| print_r($r); | print_r($r); | ||
v5/reference/connection/selectlimit.1453234739.txt.gz · Last modified: (external edit)
