Kohana v3 ACL A2 with database support
        Posted  
        
            by Asif
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Asif
        
        
        
        Published on 2010-03-25T09:37:27Z
        Indexed on 
            2010/03/25
            9:43 UTC
        
        
        Read the original article
        Hit count: 624
        
Hi,
I am using Kohana V 3.0.3.
I was looking for ACL library and found from http://dev.kohanaphp.com/projects A2 Kohana's ACL module.
Apparently it's found that, it manages Roles,Resources and Rules using config file and authenticate object basis.
I want it to be dynamic, like Resources and Rules should be loaded from database dynamically if valid user logs in. Auth part is done now looking for ACL part.
Is it possible to use same A2 module with database or need to rewrite own logic?
© Stack Overflow or respective owner