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?