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

[eluser]Tominator[/eluser]
Thank you for reply but I have still problem.

If I use:
Code:
$this->load->library('khaos');
        
echo ($this->acl->subject('neophyte')->hasAccess('articles', 'publish')) ? "OK" : "KO";

It returns me:
Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined property: Home::$acl

Filename: controllers/home.php

Line Number: 14

And when I write:
Code:
$this->load->library('khaos');
        
echo ($this->khaos->acl->subject('neophyte')->hasAccess('articles', 'publish')) ? "OK" : "KO";

Answer is:
Quote:Fatal error: Uncaught exception 'Khaos\Exception' with message 'Actor 'acl' does not exist' in C:\[my_site]\application\libraries\khaos\Director.php:190 Stack trace: #0 C:\[my_site]\application\libraries\khaos\Director.php(176): Khaos\Director->__call('acl') #1 C:\[my_site]\application\controllers\home.php(14): Khaos\Director->__get('acl') #2 [internal function]: Home->index() #3 C:\[my_site\system\core\CodeIgniter.php(311): call_user_func_array(Array, Array) #4 C:\[my_site]\index.php(163): require_once('C:\[my_site]...') #5 {main} thrown in C:\[my_site]\application\libraries\khaos\Director.php on line 190

My performance:
- CI 2.0
- PHP 5.3.1


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