Hello, I'm trying to extend a module defined into a plugin. Unfortunately, it is not very easy.
So, here is a very quick debrief :) I've a plugin and three modules defined into this plugin. AA, BB, CC I also have a frontend application and a module named DD DD extends CC and redefines an action called executeList First of all, the autoload failed, I had to use require_once in order to load CC Then, I was able to redefine my action but I was not able to display the template from the plugin, I had to copy paste it into DD templates dir Questions to the symfony core team 1) Is it meant to prevent developers from extending modules like I did? If no: 2) Why is the autoload not working for this specific situation ? 3) Can we add an extra parameter ($moduleName, $templateName) to the setTemplate function in order to call a template from another module. Thanks Sincerely -Hassen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
