Hi, In 1.1 and 1.2 Dispatcher::start() first calls beforeFilter() and then the startup methods of components. This leads to a situation where in beforeFilter() components are available (constructed) already, but their startup() method wasn't called yet - although you would expect that.
Is it intentional to call beforeFilter first and initialize the components after? Thanks Markus Bertheau --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
