国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

backend - Some questions about developing management backend based on Symfony?
怪我咯
怪我咯 2017-05-16 16:43:52
0
3
828

I have recently been using Symfony to develop the management backend. After reading the official documents, I still have some questions in my mind?

Don’t know how to use Symfony to develop role-based permission management?

I hope the experts can give some tips?

In previous solutions, we usually define tables such as User, Role, UserRole, Permission, RolePermisson?

When using Symfony to solve permission problems, is this definition still needed?

Also, I currently use MongoDB for the database layer. Are there any suggestions for optimizing the table structure when dealing with user role permissions?

怪我咯
怪我咯

走同樣的路,發(fā)現(xiàn)不同的人生

reply all(3)
PHPzhong

Generally, there is no need to develop, just use it directly

http://symfony.com/doc/current/bundles/FOSUserBundle/index.html

Or higher-level packaged background components are enough. No need to write anything.

Ty80

There is actually an official case for your problem, you can solve it using ACL
http://symfony.com/doc/current/cookbook/security/acl.html

劉奇

Generally, there is no need to develop, just use it directly

http://symfony.com/doc/current/bundles/FOSUserBundle/index.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template