Hi,
i want to overwrite a method of symfony/lib/plugins/sfDoctrinePlugin/lib/form/sfFormDoctrine.class.php.
I think a good way could be writing again the method in the form class where i need that method.
In that case if i need that method in other form class should i write again the new method, so i would break the rule DRY...
So is there any better way?
Regards
Javi