ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:rsfilter

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:connection:rsfilter [2016/01/17 02:17] – ↷ Page moved from v5:reference:rsfilter to v5:reference:connection:rsfilter mnewnhamv5:reference:connection:rsfilter [2016/03/17 01:29] (current) mnewnham
Line 8: Line 8:
 == Syntax == == Syntax ==
   obj rsFilter (   obj rsFilter (
-       obj $recordSet,+       obj &$recordSet,
        string $functionName        string $functionName
        )        )
Line 16: Line 16:
 ===== Parameters ===== ===== Parameters =====
 ==== $recordSet ==== ==== $recordSet ====
-The recordset must be a valid recordset retrieved using a SELECT statement executed with either [[v5:reference:connection:execute|execute()]] or [[v5:reference:connection:selectlimit|selectLimit()]].+The recordset must be a valid recordset **//passed by reference//** retrieved using a SELECT statement executed with either [[v5:reference:connection:execute|execute()]] or [[v5:reference:connection:selectlimit|selectLimit()]].
 ==== $functionName ==== ==== $functionName ====
 The value of ''$functionName'' must point to a valid function that will be used to process the records in the set. The value of ''$functionName'' must point to a valid function that will be used to process the records in the set.
v5/reference/connection/rsfilter.1452993425.txt.gz · Last modified: 2017/04/21 11:33 (external edit)