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

2010-09-20 Thread Derrek
Did you find the answer to this? I'm having the same problem. On Sep 15, 8:53 pm, David Park wrote: > 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/ma

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-11-02 Thread Derrek
lexible. If you didn't do everything right, you ended up with an OO-MVC mess. Symfony keeps me on track with minimal restrictions as a structured framework. *gets off the soap box* --Derrek On Nov 2, 1:15 pm, Alexandru-Emil Lupu wrote: > However, symfony is open source ... :) as fabien said

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-11-02 Thread Derrek
n component as their user base would not need crystal reports or other reporting tools anymore. If you factor in situations like that, symfony would pay for itself dozens or hundreds of times over. --Derrek On Nov 2, 10:25 am, Lee Bolding wrote: > OK, now that you've mentioned porting an

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-11-01 Thread Derrek
symfony accelerate their product development and meet the users needs better. The problem is proving that to management. Anyway, back to work. --Derrek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-11-01 Thread Derrek
t side, much of that money ends up in my pocket. ;) So, really I use symfony on my own projects to give me a technical advantage. But if a client doesn't want symfony, I'm happy to take all the extra money they will spend to compete with others us

[symfony-users] Re: validate.yml and doctrine admin generator

2009-09-30 Thread Derrek
level form control. With sfForm it just seems like I need to write a new form for each action to deal with the expected fields. Using the doctrine pre-built forms results in a lot of fields being updated or validated that aren't part of this particular form input. unless I'm missing somethin

[symfony-users] Re: validate.yml and doctrine admin generator

2009-09-30 Thread Derrek
Did you find the answer? I can't get validation to work anywhere. Not with the .yml, not with validateXXX methods. None of them work. --Derrek On Aug 14, 7:42 am, gino pilotino wrote: > Hello, > I'm trying to add form validation in the admin backend generated with > d