Controller/Action/Auto/Kwc/Tree.php
\Kwf_Controller_Action_Auto_Kwc_Tree
- Extends from
- \Kwf_Controller_Action_Auto_Tree
- package
- Methods
- _beforeSave
- _getSelect
- indexAction
- preDispatch
Description
This controller is used to display a tree structure.
The sync-prefix means that this controller loads all data at once, so children are always loaded.
Methods
_beforeSave
_beforeSave(
$row
)
:
Arguments
- $row
Details
- visibility
- protected
- final
- false
- static
- false
_getSelect
_getSelect(
)
:
override this method to handle the output of this view. Just return the select statement which serves your needs.
Details
- visibility
- protected
- final
- false
- static
- false
indexAction
indexAction(
)
:
This method is called when the url is requested without params and sub-paths
Details
- visibility
- public
- final
- false
- static
- false
preDispatch
preDispatch(
)
:
Details
- visibility
- public
- final
- false
- static
- false