At the risk of boring and annoying everybody with form framework related posts here is one more thing that I ran into and seems a little inconsistent to me:
The API of sfValidatorSchemaCompare accepts 5 arguments (http:// www.symfony-project.org/api/1_1/sfValidatorSchemaCompare#method___construct) but why are the first three, $leftField, $operator and $rightField not just options in the $options array? That is the approach for all the other validators and I expected it to be the same for this one. One could argue that $options is used only to describe a level of validation but all these exceptions make it a pretty tough job to remember the api if you don't know the code from the inside out like Fabien does... On another note, as mere clarification for myself: if I run into issues with the api, like inconstancies, should I start a post in the dev group first or should I file a ticket for it on trac immediately? I really like symfony and would love to help out by giving my noobish feedback (just started to use symfony 3 months ago so I think my views represent those of more starters). Another form framework related post of mine was published here yesterday: http://groups.google.com/group/symfony-devs/browse_thread/thread/3e0fa578ddfbc7d7 Thanks, Marijn p.s. Does anybody know how you can change the title of a thread in google groups, maybe we should discuss all these form framework things in one thread instead of multiple..? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
