form = new sfGuardFormSignin(); } public function executeProfileBox() { $this->styles = Doctrine::getTable('JobStyle')->findAll(); $this->profile = $this->getUser()->getProfile(); } public function executeRegistrationMailBody() { $this->profile = $this->getVar('profile'); $this->username = $this->getVar('username'); $this->password = $this->getVar('password'); $this->page6 = Doctrine::getTable('Page')->findOneById(6); $this->page7 = Doctrine::getTable('Page')->findOneById(7); } public function executeRequestPasswordMailBody() { $this->username = $this->getVar('username'); $this->password = $this->getVar('password'); $this->page = Doctrine::getTable('Page')->findOneById(8); } }