Class miDefaultDispatcher

Description

The default dispatcher class

It has predefined actions for list, view, edit, create and delete

  • copyright: Copyright (c) 2007 Mirchev Ideas Ltd. All rights reserved.

Located in /control/Dispatcher.php (line 137)

miDispatcher
   |
   --miDefaultDispatcher
Variable Summary
Variables
mixed $_actionHandlers = array(
'' => 'miListAction',
'dmView' => 'miViewAction',
'dmEdit' => 'miEditAction',
'dmExecEdit' => 'miExecEditAction',
'dmExecDelete' => 'miExecDeleteAction',
'dmCreate' => 'miCreateAction',
'dmExecCreate' => 'miExecCreateAction'
)
(line 143)

Array map between action and action processing class

  • access: protected

Redefinition of:
miDispatcher::$_actionHandlers
Array map between action and action processing class names

Inherited Variables

Inherited from miDispatcher

miDispatcher::$_action
miDispatcher::$_actionObj
miDispatcher::$_view
Methods

Documentation generated on Thu, 08 May 2008 16:57:25 +0300 by phpDocumentor 1.4.1