Class TagsController
Tags handling
- Controller
-
AppController
-
ModulesController
-
TagsController
Methods summary
public
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
Methods inherited from ModulesController
addItemsToAreaSection(),
addPermissionsObjects(),
assocCategory(),
autoSaveObject(),
bulkCategories(),
changeBulkObjects(),
changeLanguageObjects(),
changeRightsObjects(),
changeStatusObjects(),
checkAutoSave(),
checkWriteModulePermission(),
cloneObject(),
deleteCategories(),
disassocCategory(),
getModuleObjectTypes(),
isInsideHiddenBranch(),
loadCategories(),
loadFilters(),
moduleForward(),
moveItemsToAreaSection(),
paginatedList(),
previewsForObject(),
readonlyTreePaths(),
removeItemsFromAreaSection(),
saveCategories(),
setSessionForObjectDetail(),
showCategories(),
viewObject()
Methods inherited from AppController
__construct(),
afterFilter(),
beditaAfterFilter(),
beditaBeforeFilter(),
beditaBeforeRender(),
beforeCheckLogin(),
beforeFilter(),
beforeRender(),
checkLogin(),
checkObjectWritePermission(),
currentController(),
deleteObjects(),
eventError(),
eventInfo(),
eventLog(),
eventWarn(),
handleError(),
idFromNicknameCache(),
initAttributes(),
loadModelByObjectTypeId(),
loadModelByType(),
modelBindings(),
objectRelationArray(),
objectTypeCache(),
objectTypeIdCache(),
prepareRelationsToSave(),
saveObject(),
setModelBindings(),
setObjectBindings(),
setResult(),
setupAnnotations(),
setupLocale(),
setup_args(),
startProfiler(),
stopProfiler(),
unsetModelBindings(),
updateHistory(),
usedUrl(),
userErrorMessage(),
userInfoMessage(),
userWarnMessage(),
viewRevision()
Constants summary
Constants inherited from AppController
Properties summary
public
array
|
$helpers
|
#
array('BeTree', 'BePaginatorToolbar')
|
public
array
|
$components
|
#
array('BeTree', 'BeSecurity')
|
public
array
|
$uses
|
#
array('Category')
|
protected
string
|
$moduleName
|
#
'tags'
|
public
array
|
$paginate
Pagination options. |
#
array(
'fields' => array(
'Category.id',
'Category.name',
'Category.label',
'Category.status',
'count(ObjectCategory.object_id) as weight',
),
'limit' => 20,
'page' => 1,
'order' => array('label' => 'asc'),
'conditions' => array('Category.object_type_id' => null),
'joins' => array(
array(
'table' => 'object_categories',
'alias' => 'ObjectCategory',
'type' => 'LEFT',
'conditions' => 'ObjectCategory.category_id = Category.id',
),
),
'group' => array('Category.id', 'Category.name', 'Category.label', 'Category.status'),
Category::COUNT_DENY_OPTIONS => array('joins', 'group'),
)
|
Properties inherited from ModulesController
Properties inherited from AppController
$BeObjectCache,
$currLang,
$currLocale,
$current,
$ext,
$fullBaseUrl,
$historyItem,
$modelBindings,
$moduleList,
$modulePerms,
$objectData,
$profiling,
$result,
$skipCheck,
$view
Magic properties
public
RequestHandlerComponent
|
$RequestHandler
|
public
|
$ResponseHandler
|
public read-only
|
$Category
|