[Dorm] element index
Package indexes
Dorm_Cache
Dorm_Database
Dorm_DataMapper
Dorm_IdentityMap
Dorm_Loader
Dorm_Map
Dorm_Wrapper
Dorm_PDO
Dorm_Placeholder
Dorm_SQL
Dorm_UnitOfWork
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
Dorm::__construct()
in Dorm.php
c
top
$cacheType
Dorm::$cacheType
in Dorm.php
Default cache system.
CACHE_APC
Dorm::CACHE_APC
in Dorm.php
CACHE_FILESYSTEM
Dorm::CACHE_FILESYSTEM
in Dorm.php
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
Dorm::getCollection()
in Dorm.php
Load an object collection from the database.
getConnection
Dorm::getConnection()
in Dorm.php
Returns the connection of the first map
getDataMapper
Dorm::getDataMapper()
in Dorm.php
getDormObject
Dorm::getDormObject()
in Dorm.php
Wraps a domain object with Dorm_Object.
getId
Dorm::getId()
in Dorm.php
getIdentityMap
Dorm::getIdentityMap()
in Dorm.php
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
Dorm::normalizeId()
in Dorm.php
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
Dorm::setCacheType()
in Dorm.php
setDataMapperClass
Dorm::setDataMapperClass()
in Dorm.php
c
d
f
g
l
n
s
_