CakePHP ACL Management Plugin

Blessed be the ACL behavior which is based upon the Tree behavior in CakePHP. Those two things singlehandedly make CakePHP worth every cycle.
Ever since I got AuthComponent and Acl working in my latest CakePHP application, managing the ACLs has been a bitch. For a while the ACL shell was broken so I was actually writing the SQL manually to manage permissions. I know of course there’s a component that could have made it easier for me, but I didnt doing that was any faster for some reason. Nonetheless..
I decided to man up and create my first plugin, please welcome, the ACL management plugin. I know this has been done before, but I haven’t seen anything lately that works with CakePHP 1.2. Plus, I used AJAX to make working with trees easier and faster. This way I dont have to load the whole tree on startup.
Everyone is more than welcome to share in the fun.
Acl Plugin Demo
And of course you can always get the latest source from GitHub.
http://github.com/phishy/acl_plugin/tree/master