
Public Member Functions | |
| preDispatch () | |
| indexAction () | |
Definition at line 35 of file IndexController.php.
| indexAction | ( | ) |
Definition at line 44 of file IndexController.php.
00045 { 00046 $this->_forward('begin', 'wizard', 'install'); 00047 }
| preDispatch | ( | ) |
Dispatches event before action
Reimplemented from Mage_Core_Controller_Varien_Action.
Definition at line 38 of file IndexController.php.
00039 { 00040 $this->setFlag('', self::FLAG_NO_CHECK_INSTALLATION, true); 00041 return parent::preDispatch(); 00042 }
1.5.8