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
string
The string to escape
string
Escaped string__construct(string $sTable, string $sPrimaryKey, string $sClassName, int $iLifetime)
string
Name of table
string
Primary key of table
string
Name of parent class
int
Lifetime 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