The entity/mapper/collection class loader for the Orm layer
Located in /Orm/Loader.php (line 28)
Adds a path to where class files for entities can be found
Tries to load the class in one of the paths defined for entities
Loads the class and makes sure it's a Xyster_Orm_Entity
Loads the mapper class for the entity class given
To load the 'PersonMapper' class, the $className parameter should just be 'Person'.
Loads the set class for the entity class given
Documentation generated on Mon, 19 May 2008 17:07:26 -0400 by phpDocumentor 1.4.2