[Dorm] element index

Package indexes

All elements
c d f g l n s _
_
top
__call
Dorm::__call() in Dorm.php
Allows to call $dorm->getClassName(id) instead of $dorm->get('ClassName', id);
__construct
c
top
$cacheType
Dorm::$cacheType in Dorm.php
Default cache system.
CACHE_APC
Dorm::CACHE_APC in Dorm.php
CACHE_FILESYSTEM
CACHE_NONE
Dorm::CACHE_NONE in Dorm.php
d
top
delete
Dorm::delete() in Dorm.php
Dorm
Dorm in Dorm.php
"object" is ALWAYS used for Dorm_Object instances
Dorm.php
Dorm.php in Dorm.php
f
top
flushCache
Dorm::flushCache() in Dorm.php
g
top
get
Dorm::get() in Dorm.php
Get an object from the database, load it and return it.
getCache
Dorm::getCache() in Dorm.php
getCollection
Load an object collection from the database.
getConnection
Returns the connection of the first map
getDataMapper
getDormObject
Wraps a domain object with Dorm_Object.
getId
Dorm::getId() in Dorm.php
getIdentityMap
getMap
Dorm::getMap() in Dorm.php
Get Dorm_Map for a specific class.
l
top
load
Dorm::load() in Dorm.php
Loads an object from the database.
n
top
normalizeId
We need to do this in order to always have consistent IDs
s
top
save
Dorm::save() in Dorm.php
Insert/update domain object to the database.
setCacheType
setDataMapperClass
c d f g l n s _