phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] ACL2


From: Sigurd Nes
Subject: [Phpgroupware-developers] ACL2
Date: Fri, 11 Jul 2003 13:03:24 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030525 Thunderbird/0.1a

I have been playing with Dan's ACL2 - and implemented it for 'property' (HEAD). 1) It enables the opportunity to set rights and roles for users and groups at different locations within the application at admin -> property ->Permissions 2) Each user can also grant access for other users at Preferences -> property -> Grant Access

To check your permission to read  (at location equipment):
$this->acl_read = $this->acl2->check('.equipment',1);

To get your grants (at location equipment):
$this->grants    = $this->acl2->get_grants($this->currentapp,'.equipment');


Sigurd







reply via email to

[Prev in Thread] Current Thread [Next in Thread]