[Flow] Validation > Exception instead of going back to newAction

Axel Wüstemann awu at qbus.de
Fri Dec 6 14:46:29 CET 2013


Am 06.12.2013 14:41, schrieb Carsten Bleicker:
> axel, you fieldname in the db is "DATUM" and your property has the name "date"?

Fortunately those things are very easy with Flow/Doctrine	/**
	
/**
  * @Flow\Validate(type="NotEmpty")
  * @Flow\Validate(type="DateTime", options={"locale"="de_DE"})
  * @ORM\Column(name="DATUM")
  */
protected $date;




More information about the Flow mailing list