0
I’m starting a new project and decided to use Symfony, I wonder if anyone knows a good tutorial on Acl and/ or roles so I can implement.
The hierarchy I’ll need to use is more or less this:
Master > Company > Departments > Cells > Employees
When I log into the system, I will need to identify which cell I’m from, which department I’m in, and which company I’m in.
From this analysis I can tell which clients the logged-in user can access, and which CRUD permissions he has, and which fields he can view and/or change.
I’m actually in doubt if I use ACL or simply use papers, so I would need to understand both of you well to make the decision.