Welcome Guest, Not a member yet? Register   Sign In
Khaos Library (r12)
#5

[eluser]Neophyte[/eluser]
That's what i get for copy pasting from my general example :zip: the aliases ive setup by default for the codeigniter package are as follows:

Code:
'cache'      => 'Khaos\Caching\Cache',
'image'      => 'Khaos\Drawing\Image',
'dispatcher' => 'Khaos\EventDispatcher',
'database'   => 'Khaos\Data\Db',
'table'      => 'Khaos\Data\Table',
'rbac'       => 'Khaos\Security\AccessControl\Acl',
'session'    => 'Khaos\Web\SessionNamespace',

For the Acl class the alias is set as rbac so please try $this->khaos->rbac

As an asside note, the reason $this->rbac (notice i didnt specify khaos) doesnt work is because the khaos object itself uses magic methods to determine what to load.

If you did wish to use
Code:
$this->rbac
within your controller then you must first do
Code:
$this->rbac = $this->khaos->rbac;


Messages In This Thread
Khaos Library (r12) - by El Forum - 10-31-2010, 06:49 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 07:25 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 08:59 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 09:53 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 10:01 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 10:23 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 10:49 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 11:12 AM
Khaos Library (r12) - by El Forum - 11-01-2010, 02:31 PM
Khaos Library (r12) - by El Forum - 11-01-2010, 02:35 PM
Khaos Library (r12) - by El Forum - 11-01-2010, 03:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB