DB
[ class tree: DB ] [ index: DB ] [ all elements ]

Class: DB_row

Source Location: /DB-1.7.2/DB.php

Class Overview


PEAR DB Row Object


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1997-2005 The PHP Group

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1358]
PEAR DB Row Object

The object contains a row of data from a result set. Each column's data is placed in a property named for the column.



[ Top ]


Method Detail

DB_row (Constructor)   [line 1369]

void DB_row( array &$arr)

The constructor places a row's data into properties of this object

Parameters:

array   &$arr   —  the array containing the row's data

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:28:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.