getRequest()->getActionName() !== 'welcome') { $this->redirectNow('dashboard'); } } /** * Application's start page */ public function welcomeAction() { } }