GenericCache GenericCache(
$objtype,
$load_all,
$tablename, [
$prefix = ''], [
$dbIDname = 'ID'], [
$name_field = NULL], [
$order_by = ''], [
$allow_none_text = NULL]
)
|
|
Constructor
Parameters:
|
|
$objtype: |
|
|
|
$load_all: |
|
|
|
$tablename: |
|
|
|
$prefix: |
|
|
|
$dbIDname: |
|
|
|
$name_field: |
|
|
|
$order_by: |
|
|
|
$allow_none_text: |
|
void &new_obj(
[object|NULL
$row = NULL]
)
|
|
Instanciate a new object within this cache
Parameters:
Redefinition of:
- DataObjectCache::new_obj()
- Instanciate a new object within this cache
Redefined in descendants as: