Class: GenericOrderedCache
Source Location: /blogs/inc/MODEL/generic/_genericorderedcache.class.php
Class GenericOrderedCache
Class Overview
|
GenericOrderedCache Class Located in /blogs/inc/MODEL/generic/_genericorderedcache.class.php [line 44] DataObjectCache | --GenericCache | --GenericOrderedCacheAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObjectCache |
Inherited From GenericCache
Inherited From DataObjectCache
|
[ Top ]
Method Summary
| GenericOrderedCache | GenericOrderedCache() | Constructor |
| unknown | move_down_by_ID() | Move down the element order in database |
| unknown | move_up_by_ID() | Move up the element order in database |
[ Top ]
Properties
Methods
Constructor GenericOrderedCache [line 49]
|
Constructor
Parameters:| $objtype: | ||
| $load_all: | ||
| $tablename: | ||
| $prefix: | ||
| $dbIDname: | ||
| $name_field: |
[ Top ]
move_down_by_ID [line 114]
|
Move down the element order in database
Parameters:| integer | $id: | id element |
[ Top ]
