ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:getassoc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:reference:connection:getassoc [2016/02/09 01:35] – [Description] mnewnhamv5:reference:connection:getassoc [2016/02/24 02:15] mnewnham
Line 130: Line 130:
 </code> </code>
        
-   +===== Using The Recordset Method ===== 
 +The method can also be used as a recordset method 
 + 
 +<code php> 
 +$ar = $db->Execute("SELECT * FROM ACT")->getAssoc(); 
 +</code>    
v5/reference/connection/getassoc.txt · Last modified: 2017/05/09 01:09 by mnewnham