soo_txp_obj API Documentation

soo_txp_row Class Reference

Class for single data records. More...

List of all members.

Public Member Functions

 __construct ($init=array(), $table= '')
 Constructor.
 __get ($property)
 Generic getter, overriding parent method.
 data ()
 Override parent method, to keep $data protected.
 properties ()

Protected Attributes

 $table = ''
 Database table name.
 $data = array()
 Database record.

Detailed Description

Class for single data records.

Definition at line 882 of file soo_txp_obj.php.


Constructor & Destructor Documentation

soo_txp_row::__construct ( init = array(),
table = '' 
)

Constructor.

Parameters:
init Key value, soo_txp_select object, or data array
table Txp table name

Definition at line 893 of file soo_txp_obj.php.


Member Function Documentation

soo_txp_row::__get ( property  ) 

Generic getter, overriding parent method.

Look for $property in the $data array first

Parameters:
property Column or property name
Returns:
mixed Data field or object property

Reimplemented from soo_obj.

Definition at line 913 of file soo_txp_obj.php.

soo_txp_row::properties (  ) 
Returns:
array Database record (column:value array)

Reimplemented from soo_obj.

Definition at line 926 of file soo_txp_obj.php.


The documentation for this class was generated from the following file:
 All Classes Functions Variables