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

Class: DB_row

Source Location: /DB-1.9.2/DB.php

Class Overview


PEAR DB Row Object


Author(s):

Version:

  • Release: 1.9.2

Copyright:

  • 1997-2007 The PHP Group

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1474]
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

__construct (Constructor)   [line 1485]

void __construct( 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 16:04:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.