dslf46995 2019-05-16 07:20
浏览 50

使用FOSUserBundle注册并登录不同类型的用户

I want to use FOSUserBundle for signing up and login of my users. In my case I have 4 types of users (each one have different fields ): students, professors, administrator and Staff.

I have seen the documentation and from what I have seen is that I should have one class called User that extend BaseUser:

class User extends BaseUser
{
    /**
     * @ORM\Id
     * @ORM\Column(type="integer")
     * @ORM\GeneratedValue(strategy="AUTO")
     */
    protected $id;

    public function __construct()
    {
        parent::__construct();
        // your own logic
    }

I couldn't understand how to represent my for classes with one class User?

Thank you

  • 写回答

1条回答 默认 最新

  • duannaoben8011 2019-05-16 21:01
    关注

    Just use User as a parent Entity, and make other Entities professor, student, etc relate to that entity, most likely one to one relations as described here.

    Entity relations are easy to set up with php bin/console make-entity Professor, you can define relation as a type there.

    评论

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)