ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
MDB2_Row Class Reference
+ Collaboration diagram for MDB2_Row:

Public Member Functions

 __construct (&$row)
 constructor
 MDB2_Row (&$row)
 PHP 4 Constructor.

Detailed Description

Definition at line 3826 of file MDB2.php.

Constructor & Destructor Documentation

MDB2_Row::__construct ( $row)

constructor

Parameters
resourcerow data as array

Definition at line 3835 of file MDB2.php.

References $key, and $row.

Referenced by MDB2_Row().

{
foreach ($row as $key => $value) {
$this->$key = &$row[$key];
}
}

+ Here is the caller graph for this function:

Member Function Documentation

MDB2_Row::MDB2_Row ( $row)

PHP 4 Constructor.

Parameters
resourcerow data as array

Definition at line 3850 of file MDB2.php.

References $row, and __construct().

{
$this->__construct($row);
}

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: