Пример #1
0
 protected function startup()
 {
     parent::startup();
     $this->template->step = NULL;
     if (!$this->steps->getFromCache(Steps::Step3)) {
         $this->redirect(':Install:Install:');
     }
 }