Class ResourceMapper

Description

Resource Mapper.

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

Horde_Rdo_Mapper
   |
   --Clotho_Mapper
      |
      --ResourceMapper
Variable Summary
 mixed $_table
Variables
mixed $_relationships = array(
'availabilities' => array('type' => Horde_Rdo::ONE_TO_MANY,
'foreignKey' => 'resource_id',
'mapper' => 'ResourceAvailabilityMapper'),'items'=>array('type'=>Horde_Rdo::MANY_TO_MANY,'mapper'=>'ItemMapper','through'=>'clotho_wbs_resources'),)
(line 101)
  • access: protected

Redefinition of:
Horde_Rdo_Mapper::$_relationships
Relationships for this entity.
mixed $_table = 'clotho_resources' (line 110)
  • 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:52 +0000 by phpDocumentor 1.4.3