Hi, I'm playing around with my own 'simple' ACL implementation, and building a new component to handle it. Essentially the component is 'invisible' - simply including it in the AppController will invoke its magic. Naturally this means putting a bunch of logic inside of the startup method.
Whether or not you are or are not allowed to see something will be handled by a ForbiddenException(). I'm looking at the AuthComponent rolled with the core as there will be some level of interaction between it and my component, and I've noticed the startup method is returning a boolean, however the documentation doesn't mention what the act of returning true, or false will do. The component seems to load regardless. is there any impact in returning a boolean on this function? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
