Welcome Guest, Not a member yet? Register   Sign In
Another User Management Auth ACL Fancy Stuff Something Something library
#2

[eluser]Milos Dakic[/eluser]
Code:
return call_user_func_array(array($this->adapater, method), arguments);

I think that should be:
Code:
return call_user_func_array(array($this->adapater, $method), $arguments);

Other then that, I'd say the permissions stuff can be put into another library, so your left with "login, logout & register". Maybe add a "deactivate" one as well, which can be used for removing/deleting/deactivation user accounts.


Messages In This Thread
Another User Management Auth ACL Fancy Stuff Something Something library - by El Forum - 10-06-2009, 07:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB