validatorSchema['created_at'], $this->validatorSchema['updated_at']); unset($this->widgetSchema['created_at'], $this->widgetSchema['updated_at']); $this->widgetSchema['katao_supplier_id'] = new sfWidgetFormSelect(array('choices' => KataoSupplierPeer::getAllSimple())); $this->widgetSchema['status'] = new sfWidgetFormSelect(array('choices' => KataoOrderPeer::getAllStatuses())); $this->widgetSchema->setLabels(array( 'katao_supplier_id' => 'Fournisseur', 'status' => 'Etat', )); } }