escape()
__construct()
_getPropertiesCollectionInstance()
_getSecondDBInstance()
$primaryKey
$virgin
$_className
$_oCache
$_settings
$cache
$db
$lasterror
$lifetime
$properties
$secondDb
$table
Class Contenido_ItemBaseAbstract.
Base class with common features for database based items and item collections.
| author | Murat Purc |
|---|---|
| version | 0.2 |
| copyright | four for business AG <www.4fb.de> |
escape(string $sString) : string
stringThe string to escape
stringEscaped string__construct(string $sTable, string $sPrimaryKey, string $sClassName, int $iLifetime)
stringName of table
stringPrimary key of table
stringName of parent class
intLifetime of the object in seconds (NOT USED!)
\Contenido_ItemException |
If table name or primary key is not set |
|---|
_getPropertiesCollectionInstance() : \PropertyCollection
_getSecondDBInstance() : \DB_Contenido
$primaryKey : string
| todo | remove access from public |
|---|
$virgin : bool
| todo | remove access from public |
|---|
$_className : string
$_settings : array
$cache : array
$lasterror : string
$lifetime : int
$secondDb : \DB_Contenido
$table : string