Hi geniuses, Is there a way to control the order in which Behaviors run? I am using the Tree behavior, and I am writing a custom behavior that takes certain actions depending on the Tree structure. I'd like to run my behavior after Tree has completed, so I can handle any new Tree structure. However, Tree appears to run after my custom behavior - so I can't do that. Changing the order they appear in $actsAs() doesn't seem to do the trick; not sure what else to try. Thanks
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
