Re: [Phplib-users] Number of permissions
Brought to you by:
nhruby,
richardarcher
From: Nathaniel P. <np...@te...> - 2003-02-07 17:16:19
|
From http://www.sanisoft.com/phplib/manual/how_permissions_work.php "Due to limitations of your machines integer size you can only define up to 31 permission levels." However, that doesn't mean that you can't extend the Perm class to handle a different permissions scheme which doesn't have this limitation. This is just the way it is if you decide to keep the default Perm behavior. _________________________________ Nathaniel Price <np...@te...> Webmaster ----- Original Message ----- From: "Achim Daiber" <ftr...@gm...> To: <php...@li...> Sent: Friday, February 07, 2003 7:52 AM Subject: [Phplib-users] Number of permissions > I want to use the permission class of the phplib for a new project, but I'm > not sure about how many different permissions I'm going to need. My question: > Is the number of different permissions in the $permissions-array restricted > to a certain number? |