In my yii application i’m using rbac extension for authorization. well every thing is ok, so i have a module in this application and i need to define a specific rbac for this module.
so my question is how can I define 2 rbac in yii application :S
u can say that i have tow table to authenticate, as the project is too big and the data base will contain diiferent type off persons i seperate the persons specfic to the module so the authentication don’t take time
so is the only solution is to merge these two tables?:S