Definition at line 3858 of file MDB2.php.
◆ __construct()
MDB2_Row::__construct |
( |
& |
$row | ) |
|
constructor
- Parameters
-
resource | row data as array |
Definition at line 3867 of file MDB2.php.
References $row.
3869 foreach (
$row as $key => $value) {
3870 $this->$key = &
$row[$key];
◆ MDB2_Row()
MDB2_Row::MDB2_Row |
( |
& |
$row | ) |
|
PHP 4 Constructor.
- Parameters
-
resource | row data as array |
Definition at line 3882 of file MDB2.php.
References $row.
__construct(&$row)
constructor
The documentation for this class was generated from the following file: