Loading Please wait...

zigModel Class Reference
[Orm]

Inheritance diagram for zigModel:

Inheritance graph
[legend]
Collaboration diagram for zigModel:

Collaboration graph
[legend]

Public Member Functions

 attachOrmMap ($mapName)
 Stores the orm Map's name in $this->ormList array attribute.

Data Fields

 $ormList = array()
 Array Stores the List of ORMs to load.

Detailed Description

zigmoyd Model Class. All Models ultimately Inherits this Class

Definition at line 28 of file zigModel.php.


Member Function Documentation

zigModel::attachOrmMap ( mapName  ) 

Stores the orm Map's name in $this->ormList array attribute.

Parameters:
$mapName string The ORM Map Name to be loaded

Definition at line 39 of file zigModel.php.

00039                                  {
00040     $this->ormList[] = $mapName;
00041   }


Field Documentation

zigModel::$ormList = array()

Array Stores the List of ORMs to load.

Definition at line 32 of file zigModel.php.


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 23:54:06 2008 for zigmoyd.kdevelop by doxygen 1.5.6