Re: [symfony-users] Re: How to create custom Doctrine data validation?

2010-09-20 Thread David Park
that, all custom validations worked fine. Hope this helps! David On Mon, Sep 20, 2010 at 9:46 AM, Derrek dle...@allofzero.com wrote: Did you find the answer to this? I'm having the same problem. On Sep 15, 8:53 pm, David Park dpark...@gmail.com wrote: Hi All, I'm having problems creating

[symfony-users] How to create custom Doctrine data validation?

2010-09-16 Thread David Park
Hi All, I'm having problems creating a custom Doctrine data validation rule. After reading the Doctrine More Validation documentation (http:// www.doctrine-project.org/documentation/manual/1_2/hu/component-overview:validator:more-validation), I created a protected validate() function in my model