view->tabs = $this->Module() ->getConfigTabs() ->activate('config'); $this->view->form = $this->loadForm('config') ->setModuleConfig($this->Config()) ->handleRequest(); } }