On Mon, Aug 24, 2009 at 2:44 PM, Pixelastic<[email protected]> wrote: > > I don't think that would work. ::constructClasses() can't be called > statically, it does use the $uses variable to instanciate the models.
Why do you need to call it statically? > And additionnaly, AppController isn't even loaded in bootstrap. The bootstrap would have nothing to do with it. I'm suggesting that you place the code in AppController so it's run on each request--pretty much the same thing you're looking for by putting it in bootstrap. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
