Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Phil Sturgeon[/eluser]
[quote author="MrCevic" date="1273858519"]I was under the impression that
Code:
$this->ion_auth->is_group('admin', 'editors', 'writers')

would work. Is this correct? Or do I need to use the cumbersome

Code:
$this->ion_auth->is_group('editors')||$this->ion_auth->is_group('editors')||$this->ion_auth->is_group('writers')

Thanks for clarifying me on this point![/quote]

$this->ion_auth->is_group(array('foo', 'bar'));


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 05-14-2010, 07:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB