Class: GenericOrderedCache
Source Location: /blogs/inc/generic/model/_genericorderedcache.class.php
Class GenericOrderedCache
Class Overview
|
GenericOrderedCache Class Located in /blogs/inc/generic/model/_genericorderedcache.class.php [line 42] DataObjectCache | --GenericCache | --GenericOrderedCacheAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
[ 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 47]
|
Constructor
Parameters:| $objtype: | ||
| $load_all: | ||
| $tablename: | ||
| $prefix: | ||
| $dbIDname: | ||
| $name_field: |
[ Top ]
move_down_by_ID [line 112]
|
Move down the element order in database
Parameters:| integer | $id: | id element |
[ Top ]
