php - i don't know how to do an embedded relation between users and permission in sfguard -
php - i don't know how to do an embedded relation between users and permission in sfguard -
i have sf_guard_user
fields , want create embedded relation between permission , users in order have form, in sf_guard_user
, able add together or modify permission users.
you need create form class sfguarduserform
. , within class, have widget called sf_guard_user_permission_list
handle permissions relation.
php symfony-1.4 sfguard
Comments
Post a Comment