rollerworks-graveyard / RollerworksMultiUserBundle

Multi user management for the FOSUserBundle - DISCONTINUED!!
MIT License
56 stars 21 forks source link

Question to the ORM #67

Closed erikmatt closed 10 years ago

erikmatt commented 10 years ago

Hi there,

on this Page is mentioned at the AcmeUserExtension class, that Propel is not supported as a ORM.

I would love to use your code, but we just work with the Propel ORM.

How can I use your Bundle with Propel?

Cheers, Erik

sstok commented 10 years ago

Sorry for the late reply, Propel is not "officially" supported. I don't have any experience with Propel, and I know getting it to work with the FOSUserBundle can be quite a challenge.

Having said that, it should be possible using by setting the db_driver to custom and configuring user-manager yourself. This is more advanced however, and there is not much documentation about this.