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/03/20 02:32] – [Description] mnewnham | 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: | + | * [[v5: |
| - | * The function | + | * [[v5: |
| For a detailed description of the '' | For a detailed description of the '' | ||
| ===== $rowsToReturn ===== | ===== $rowsToReturn ===== | ||
| - | '' | + | '' |
| ===== $startOffset ===== | ===== $startOffset ===== | ||
| Line 38: | 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.1458437576.txt.gz · Last modified: (external edit)
