What would be a clean way to retrieve the role model
- id: 1
- name: sample name
- email: email@email.com
- password: pass
- role_type: client
- role_id: 3 ( points to the clients table)
- id: 2
- name: sample name2
- email: email2@email.com
- password: pass
- role_type: producer
- role_id: 3 ( points to the producer table)
Goal:
- $user->role -> Client in first case
- $user->role -> Producer in second case
Other solutions to achieve similar functionality are welcome
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire