symfony doctrine:build-forms i wyskakuje mi cos takiego - there are no tasks defined in the "doctrine" namespace - domyslam sie ze to wina niedoinstalowania czegos, da sie to nadrobic teraz i jak to zrobic?? (wogole co to jest to doctrine?

class PracaForm extends BasePracaForm { public function configure() { $this['created_at'], $this['updated_at'], $this['expires_at'], $this['aktywna'] ); $this->validatorSchema['email'], new sfValidatorEmail(), )); 'pelny-etat'=>'Pełny etat','czesc-etatu'=>'Część etatu','nienormowany'=>'Nienormowany' )) )); 'choices'=>array( 'pelny-etat'=>'Pełny etat','czesc-etatu'=>'Część etatu','nienormowany'=>'Nienormowany', ), 'expanded'=>true )); } }
$this->setDefault('typ', 'pelny-etat');