You can also get the basic usage here http://jeremyknope.com/articles/2007/06/18/experience-with-zend_acl-and-usage-example
Best regards, artiskool On Feb 12, 2008 4:25 PM, Garri Santos <[EMAIL PROTECTED]> wrote: > On Tue, Feb 12, 2008 at 4:17 PM, Jason Qi <[EMAIL PROTECTED]> wrote: > > go here > > http://www.zend.com/en/resources/webinars/framework > > > > to see Darby's Webinar > > > > Hope this helps > > > > Jason. > > > > > > > > Garri Santos <[EMAIL PROTECTED]> wrote: > > Good Day, > > > > I have implemented a modular directory structure. > > > > modules/ > > admin/ > > controllers/ > > IndexController.php > > default/ > > controllers/ > > IndexController.php > > > > How do I add them as a resource to Zend_Acl? > > > > Cheers, > > Garri > > > > > > > > ________________________________ > > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try > it > > now. > > I have already watched it. It is the basis of the application im > making in ZF but in his example is not set to using modules. In my > example above they are both IndexController though one is Admin_Index. > I thought adding Admin_Index to the resource since that is the objects > name but it can't find it as a resource in Zend_Acl. > > Cheers, > Garri >
