bruce-60 wrote:
>
> Hi list...
>
> I need a way of managing users/teams/etc.. implementing roles/access
> rights/privs,etc...
Have a look at Zend_Acl:
http://framework.zend.com/manual/en/zend.acl.html
-
http://devshed.excudo.net http://devshed.excudo.net
--
View this message in context
On Sat, Nov 15, 2008 at 11:21 AM, bruce <[EMAIL PROTECTED]> wrote:
Hi list...
I need a way of managing users/teams/etc.. implementing roles/access
rights/privs,etc...
I'd like a way of being able to have users "report to" the resource above
them, ie, the ability to have a hierarchical kind
On Sat, Nov 15, 2008 at 11:21 AM, bruce <[EMAIL PROTECTED]> wrote:
> Hi list...
>
> I need a way of managing users/teams/etc.. implementing roles/access
> rights/privs,etc...
>
> I'd like a way of being able to have users "report to" the resource above
> them, ie, the ability to have a hierarchical
Sounds like a wiki in it's simplest form. Please do a search for php
wiki in sourceforge or hotscripts you will be able to find lots of
scripts that let you achieve just this.
all the best
Ryan Stagg wrote:
No it's not a Dreamweaver problem
I have a site where users can insert data via a
No it's not a Dreamweaver problem
I have a site where users can insert data via a PHP form, I want to be able
to set up a system where the user can login and edit their entries only, in
other words they cant edit another users data.
Ryan
"Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in me
Sorry but your problem isn't very clear.
If you are talking of dreamweaver problem you are better off using their
support forums. Or are you talking about a wiki site?
Ryan Stagg wrote:
How would one go about allowing editable access to only the entry creator
For example:
If I added an entry t
On Sunday 25 November 2001 04:08 pm, Ali Pakkan wrote:
> And consider they are real users, then how will i tell Apache server to
> run as the user owning the file?
Using the PHP module, you can't. Using PHP as a CGI, you can use something
like cgiwrap to execute under the user's account
> Is
I should explain a bit more in detail.. Actually, the users can have php
files. And these php files can access other users' stuff.
And consider they are real users, then how will i tell Apache server to
run as the user owning the file?
Is it impossible for a real solution?
On Sun, 25 Nov 20
> I want to keep their information on Mysql. That is,
> if possible I don't want to create real system accounts.
>
> The problem is... using PHP, they can open any file
> that is readable to nobody account (Apache user)..
> So it can read and even edit other users' files..
>
These two statemen
On Sunday 25 November 2001 03:30 pm, you wrote:
> The problem is... using PHP, they can open any file
> that is readable to nobody account (Apache user)..
> So it can read and even edit other users' files..
>
> Consquently, the users should be able to access only and only their home
> directories.
10 matches
Mail list logo