Search code examples
code-generationsymfonycrudpropel

symfony2 propel crud generator


Hi not sure why I cannot find an answer for this already im sure im not the first person that wants to do this.

Ive just started using symfony again after 4 years and Im trying to use symfony2 with propel. I have used propel for many yours and get on well with it so would like to continue using it.

In symfony 1.x there used to be crud generators I see there still is in symfony2 but only for doctrine. Is there any support and/or plugin available for easy crud generation for propel in symfony2


Solution

  • There is a generator bundle for Symfony2 and Propel: https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle It works like symfony 1.x and it is event better ;) And Propel is well integrated.

    Cheers, William