how can one parse a parent method to the dispatcher in phalcon
if ($user != false) { $this->flash->success('Welcome ' . $user->username); $this->_registerSession($user); return $this->dispatcher->forward( array( 'controller' => 'login', 'action' => "parent::index" )); }