A SQL implementation of the mapper interface
Located in /Orm/Mapper.php (line 34)
Xyster_Orm_Mapper_Abstract | --Xyster_Orm_Mapper
The data adapter
Information provided by the getFields() method
Cache for information provided the backend's getFields method
Inherited from Xyster_Orm_Mapper_Abstract
Xyster_Orm_Mapper_Abstract::$_domain
Xyster_Orm_Mapper_Abstract::$_factory
Xyster_Orm_Mapper_Abstract::$_index
Xyster_Orm_Mapper_Abstract::$_lifetime
Xyster_Orm_Mapper_Abstract::$_options
Xyster_Orm_Mapper_Abstract::$_table
Sets up a nickname for a database adapter
This method adds a Zend_Db_Adapter_Abstract to the Zend_Registry so it can be retrieved later.
Creates a new mapper
Gets the first entity from the data store matching the criteria
Gets all entities from the data store matching the criteria
Gets all entities from the data store
Gets the fields for an entity as they appear in the backend
The array should come in the format of the describeTable method of the Zend_Db_Adapter_Abstract class.
Gets entities via a many-to-many table
Gets the metadata cache
Gets the sequence of this table
Reloads an entity's values with fresh ones from the backend
Gets a simple Select object for this table
Gets a Mapper Translator object
Removes entities from the backend
Fetches one record
Gets a connection to the database
Saves a new entity into the backend
Removes the entities from the many-to-many join
Adds the entities to the many-to-many join
Translates the first row of a database recordset into an entity
Translates a database recordset into an entity set
Gets the columns to select
Updates the values of an entity in the backend
Inherited From Xyster_Orm_Mapper_Abstract
Xyster_Orm_Mapper_Abstract::__construct()
Xyster_Orm_Mapper_Abstract::delete()
Xyster_Orm_Mapper_Abstract::get()
Xyster_Orm_Mapper_Abstract::getDomain()
Xyster_Orm_Mapper_Abstract::getEntityName()
Xyster_Orm_Mapper_Abstract::getEntityType()
Xyster_Orm_Mapper_Abstract::getFactory()
Xyster_Orm_Mapper_Abstract::getIndex()
Xyster_Orm_Mapper_Abstract::getLifetime()
Xyster_Orm_Mapper_Abstract::getOption()
Xyster_Orm_Mapper_Abstract::getOptions()
Xyster_Orm_Mapper_Abstract::getSet()
Xyster_Orm_Mapper_Abstract::getTable()
Xyster_Orm_Mapper_Abstract::init()
Xyster_Orm_Mapper_Abstract::save()
Xyster_Orm_Mapper_Abstract::translateField()
Xyster_Orm_Mapper_Abstract::untranslateField()
Xyster_Orm_Mapper_Abstract::_addValidators()
Xyster_Orm_Mapper_Abstract::_assertThisType()
Xyster_Orm_Mapper_Abstract::_belongsTo()
Xyster_Orm_Mapper_Abstract::_buildCriteria()
Xyster_Orm_Mapper_Abstract::_checkPrimaryKey()
Xyster_Orm_Mapper_Abstract::_checkPropertyNames()
Xyster_Orm_Mapper_Abstract::_create()
Xyster_Orm_Mapper_Abstract::_delete()
Xyster_Orm_Mapper_Abstract::_hasJoined()
Xyster_Orm_Mapper_Abstract::_hasMany()
Xyster_Orm_Mapper_Abstract::_hasOne()
Xyster_Orm_Mapper_Abstract::_insert()
Xyster_Orm_Mapper_Abstract::_joinedDelete()
Xyster_Orm_Mapper_Abstract::_joinedInsert()
Xyster_Orm_Mapper_Abstract::_update()
Documentation generated on Mon, 19 May 2008 17:07:28 -0400 by phpDocumentor 1.4.2