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

Axel Wüstemann awu at qbus.de
Fri Dec 6 16:26:08 CET 2013


Am 06.12.2013 16:16, schrieb Stephen Bungert:
> For your date time model property $date, the annotation should be:
> * @var \DateTime
>
> Not
> * @var string
>
> at least all my datetime properties use this annotation.

I know ;=)

As I mentioned, I use it because of the NLS (National Language Support) 
of the underlaying Oracle database. It seems that Doctrine will not care 
on it an deliver an english formated datetime to the database. With 
strings all works fine, even the validation!


More information about the Flow mailing list