Class ItemMapper

Description

Item Mapper

Located in /Rdo/examples/Horde/Rdo/Clotho.php (line 45)

Horde_Rdo_Mapper
   |
   --Clotho_Mapper
      |
      --ItemMapper
Direct descendents
Class Description
 class XmlItemMapper Item Mapper
Variable Summary
 mixed $_table
Variables
mixed $_relationships = array(
'resources' => array('type' => Horde_Rdo::MANY_TO_MANY,
'mapper' => 'ResourceMapper',
'through' => 'clotho_wbs_resources'),'parent'=>array('type'=>Horde_Rdo::ONE_TO_ONE,'foreignKey'=>'item_parent','mapper'=>'ItemMapper'),)
(line 47)
  • access: protected

Redefinition of:
Horde_Rdo_Mapper::$_relationships
Relationships for this entity.
mixed $_table = 'clotho_wbs_items' (line 56)
  • access: protected

Redefinition of:
Horde_Rdo_Mapper::$_table
The name of the database table (or view, etc.) that holds this Mapper's objects.

Inherited Variables

Inherited from Horde_Rdo_Mapper

Horde_Rdo_Mapper::$_classname
Horde_Rdo_Mapper::$_defaultSortRules
Horde_Rdo_Mapper::$_lazyFields
Horde_Rdo_Mapper::$_lazyRelationships
Horde_Rdo_Mapper::$_setTimestamps
Methods

Documentation generated on Sun, 30 Jan 2011 05:15:51 +0000 by phpDocumentor 1.4.3