Feb / 20 / 2009
ACL Module
First up; an acl module. Kohana is very powerful and groovy but there are a load of useful, well written and tested, things in Zend Framework - such as the ACL module. Rather than porting the module, we just include Zend (so we can get at other useful nuggets) and then use a wrapper around it.
With that in mind, here are our first 2 modules.
a. Zend (actually just a hook)
http://svn.steamshift.com/kohana-modules/tags/1.0/zend
b. ACL (a wrapper around zend acl)
http://svn.steamshift.com/kohana-modules/tags/1.0/acl
If you use SVN, a really nice way of including these is to use svn externals, and you’ll find that if you use the zend one as an external, it should pull Zend as an external too.

![[]](http://steamshift.net/staticfiles/img/app/Steamshift-RSS.png)