I have a desire to have a plugin which has plugins inside of it. I have the following "main" plugin, sfSympalPlugin. It is a core extension of symfony that adds a cmf layer on top of everything. That core plugin implements the hooks and tools for other "sfSympal*" plugins to tie into. I want to include the following plugins WITH sfSympalPlugin and have the plugin configuration of sfSympalPlugin load these plugins.
* sfDoctrineGuardPlugin (external) * sfFormExtraPlugin (external) * sfSympalCommentsPlugin * sfSympalI18nPlugin * sfSympalMenuPlugin * sfSympalPagesPlugin * sfSympalRegisterPlugin * sfSympalSecurityPlugin Then we also have additional sfSympal* plugins that are not included in core but can be installed in your project to tie in to sfSympalPlugin. * sfSympalBlogPlugin * sfSympalUserProfilePlugin * sfSympalGalleryPlugin * sfSympalForumPlugin * sfSympalCalendarPlugin The problem I ran in to was that at the time that sfSympalPluginConfiguration is loaded, obviously plugins have already been loaded and registered so I am not able to have a plugin load more plugins. Anyone have any ideas? Currently you just have to install all the core plugins in addition to sfSympalPlugin but it would be ideal if the other core plugins were bundled with sfSympalPlugin. Similar to how sfDoctrinePlugin and sfPropelPlugin come with symfony core. Thanks, Jon -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com http://www.doctrine-project.org http://www.symfony-project.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
