문제

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?

도움이 되었습니까?

해결책

Forms work on the POPO (Plain Old PHP Objects) level. They have nothing to do with the way you're persisting your model.

다른 팁

To be more precise, Propel + Symfony2 Forms work like a charm: http://www.propelorm.org/cookbook/symfony2/mastering-symfony2-forms-with-propel.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top