Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am crating project where folder and files have permisstion and this folder and files have permisstion based on user and groups.

supposer i give root folder permisstion (read,write,delete) for group1
and subfolder or file give diffrent permisstion then how can i manage in database ...?

What I have tried:

DATABASE :

tbl_USER : id,name,project(rootfolder assign),
tbl_permisstion : id,uid,gid,read,write,delete,noaccess
tbl_group : id,groupname
Posted
Comments
Richard Deeming 5-Aug-16 9:46am    
Something like this[^] should do the trick.
Jaydeep Shah 9-Aug-16 5:17am    
what ???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900