Security Module Screencast
October 14th, 2008 jasoneisen
I made this screencast a few weeks ago but forgot to post it.
It demonstrates setting up the security module in an existing project (a blog demo, which is also available in the repository).
Watch and learn!
Also, I have been asked how to access the ACL and things of that nature for use inside your own application. Basically, all of the methods that this provides can be found in the Security.php file in the library, and each are static methods. So for example to get the ACL object, you would use:
<?php $acl = Security::getAclInstance(); ?>
Hope this helps. I will be providing a better documentation soon.
Tags: Doctrine, php, security, Security Module, Zend
Posted in Doctrine, Security Module, Zend | 4 Comments »

