ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


arraychanges

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
arraychanges [2022/01/11 03:34] mnewnhamarraychanges [2022/01/12 02:38] (current) mnewnham
Line 13: Line 13:
  
 ===== Problems ===== ===== Problems =====
-When the class is invoked, it replaces the driver recordset completely. This means that any class methods in the class are destroyed. The  class extension path is from ADOrecordset_array to the driver specific class. The driver+The ADOrecordset_<driver> class is the repository of all of the driver specific recordset methods, for example ``metaColumns()''. If the query response is held in an object other than this, these methods are unavailable to the class. This is because the ADORecordset_array_<driver> class extenss ADORecordset_array, rather than ADORecordset_driver. 
 +  
 +When the class is invoked, it replaces the driver recordset completely. This means that any class methods in the class are destroyed. The class extension path is from ADOrecordset_array to the driver specific class. The driver
  
arraychanges.1641868442.txt.gz · Last modified: by mnewnham