I can’t seem to find any documentation on Symfony2 forms when using Propel ORM. Is this even supported? When I run the console API it lists all propel commands and none of them was propel:build-forms. Does this mean Propel ORM for Symfony2 does not support forms?
I can’t seem to find any documentation on Symfony2 forms when using Propel ORM.
Share
Forms work on the POPO (Plain Old PHP Objects) level. They have nothing to do with the way you’re persisting your model.