widgetSchema['email'] = new sfWidgetFormInput(); $this->widgetSchema['password'] = new sfWidgetFormInputPassword(); $this->widgetSchema['name'] = new sfWidgetFormInput(); $this->widgetSchema['tel'] = new sfWidgetFormInput(); $this->widgetSchema['street'] = new sfWidgetFormInput(); $this->widgetSchema['city'] = new sfWidgetFormInput(); $this->widgetSchema['zip'] = new sfWidgetFormInput(); $this->widgetSchema['state'] = new sfWidgetFormInput(); $this->widgetSchema->setLabels(array( 'email' => 'Email', 'password' => 'Heslo', 'name' => 'Vaše jméno', 'tel' => 'Telefoní kontakt', 'street' => 'Ulice', 'city' => 'Město', 'zip' => 'PSČ', 'state' => 'Stát', )); } }