I've been struggling for a while to try to figure out a way to load a component dynamically, that is, not having it in the $components array but load it based on input.
I can load the component itself fine using a variety of methods (App::import, etc), but no components within get *their* components and they therefore error out. I have dug deeply in the CakePHP source trying to figure out the right series of calls, but I have found nothing useful. Even adding it to the components array and then re- running _initComponents() for all components does not load these sub- components (and I cannot understand why not). Is there any official way to do this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
