symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

validation service #226

Open neoshadybeat opened 12 years ago

neoshadybeat commented 12 years ago

adding a validation service called from the Builder or the generator.

ioleo commented 11 years ago

@CayetanoSoriano are annotated validation constraints in entity class not enough?

neoshadybeat commented 11 years ago

It's for validation of the entity name, because if the entity doesn't exist for example,It will throw an exception

cedriclombardot commented 11 years ago

Note i've already start to work on it in master : https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/tree/master/Validator

ioleo commented 11 years ago

Moved to the next release milestone.