its my first real project with Symfony. i need to have some settings like permissions on my backend application.
i know, i must do it with sfDoctrineGuardPlugin. but i don't know how? i have read everthing about sfDoctrineGuardPlugin on symfony website. but i still don't find anything about;
- how to implements user groups? i need superadmin (i did it), chief editor, editor, author.
- how to set permissions between them? For example, every author just see their own data. editors can edit what author wrote...
thanks a lot in advanced...