ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_abstraction:using_execute

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:userguide:learn_abstraction:using_execute [2016/03/19 01:47] mnewnhamv5:userguide:learn_abstraction:using_execute [2020/01/02 12:03] (current) – ↷ Links adapted because of a move operation dregad
Line 43: Line 43:
 ^Command^Description| ^Command^Description|
 | [[v5:reference:recordset:move|move()]]                       | Move to the n<sup>th</sup> record of a recordset                                | | [[v5:reference:recordset:move|move()]]                       | Move to the n<sup>th</sup> record of a recordset                                |
-| [[v5:reference:connection:movenext|moveNext()]]               | Moves the cursor to the next record of the recordset from the current position  |+| [[v5:reference:recordset:movenext|moveNext()]]               | Moves the cursor to the next record of the recordset from the current position  |
 | [[v5:reference:recordset:movefirst|moveFirst()]]             | Moves the cursor to the first record of the recordset                           | | [[v5:reference:recordset:movefirst|moveFirst()]]             | Moves the cursor to the first record of the recordset                           |
-| [[v5:reference:connection:movelast|moveLast()]]               | Moves to the last record of a recordset                                         |+| [[v5:reference:recordset:movelast|moveLast()]]               | Moves to the last record of a recordset                                         |
  
 ===== Writing Data ===== ===== Writing Data =====
Line 109: Line 109:
 </code> </code>
  
-The [[v5:reference:connection:rsfilter|rsFilter()]] method takes 2 parameters, the recordset, and the name of the filter function. It returns the processed recordset scrolled to the first record. +The [[v5:reference:connection:rsfilter|rsFilter()]] method takes 2 parameters, the recordset **(passed by reference)**, and the name of the filter function. It returns the processed recordset scrolled to the first record. 
v5/userguide/learn_abstraction/using_execute.1458348458.txt.gz · Last modified: 2017/04/21 11:39 (external edit)