symfony中的多用户使用fosuserBundle

时间:2014-11-30 13:17:26

标签: symfony fosuserbundle

我的数据库中有三个表:Simpleuser和Admin以及StudentUser,我想在我的symphony应用程序中使用这个3表连接,但我知道使用fosuserBundle我应该只配置一个表才能连接到应用。 我已经使用config.yml更改了第一个 在这里:

fos_user:
    db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
    firewall_name: main
    user_class: MyApp\UserBundle\Entity\StudentUser

我正在搜索解决方案,让我与许多用户登录我的symfony应用程序,任何人都有想法? 谢谢你:))

1 个答案:

答案 0 :(得分:1)

您可以使用PUGXMultiuserBundle来处理多个用户类。