Thursday 17 April 2003 9:19:06 am
Okay, I'm needing to accomplish the following. First, let's start with what I have now. A certan user class I've made (let's call it myUser) can create content in certain Sections, and can edit only content they own. This works fine. Now, when I need is for multiple users of the myUser class to access any content than any other user of the myUser class created provided the two users belong to the same Company (let's call that class myCompany) So, what seems to me what needs to be done is this. The myCompany class will hold all the myUser objects that belong to that company. Any content created by those users will become owned by the company, so they each have access to eachother's content. Making sense? Either the above solution, or I need to be able to create a different option to bind policy restrictions to the owner other than the existing "any" and "self" options. Or maybe I need both ?
|