PersistentObject: ezcPersistentSingleTableMap
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentSingleTableMap
|
Class to create {ezcPersistentRelation::$columnMap} properties. [
source]
Maps a source table and column and to a destination table and column, to establish a relation between the 2 tables.
Parents
ezcBaseStruct
|
--ezcPersistentSingleTableMap
Member Variables
|
public string |
$destinationColumn
Column of the second table, which should be mapped to the first column. |
|
public string |
$sourceColumn
Column of the first table used for mapping. |
Method Summary
|
public ezcPersistentSingleTableMap |
__construct(
$sourceColumn, $destinationColumn )
Create a new ezcPersistentSingleTableMap. |
Methods
__construct
ezcPersistentSingleTableMap __construct(
string
$sourceColumn, string
$destinationColumn )
Create a new ezcPersistentSingleTableMap.
Parameters
Last updated: Mon, 09 Feb 2009