I just ran into the same thing recently. Use $Controllers =
Configure::listObjects('controller');On Tue, Sep 29, 2009 at 10:10 AM, robmcvey <[email protected]> wrote: > > We aregoing through the "Simple Acl controlled Application Tutorial" > as per the manual. > > Everything is going fine until we try and run the "Automated tool for > creating ACOs" in this section; > > http://book.cakephp.org/view/647/An-Automated-tool-for-creating-ACOs > > When we run this method we get the follwing Fatal Error; > > Fatal error: Call to undefined method App::objects() > > The line causing the error is; > > $Controllers = App::Objects('controller'); > > I seem to remember doing this tutorial in an earlier version of cake > without problems > > Anyone have any ideas whats going on? Is this a latest version bug? > > Thanks > > Rob > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
