Hello, for the register of a bundle dynamically There are currently no solution to put up with the current architecture of symfony 2 The solution is that Fabian and his colleagues add in the kernel a functionality to add a bundle to any moment of execution of the application and update the configuration and application cache
In my opinion this functionality is essential in any large application with a huge number of bundles standard and specific I hope they will study it very soon Currently I have overloaded the kernel by default (most of the class has been modified) to address this problem but what is certain is not the best solution Aymen 2011/8/23 Thomas Lundquist <[email protected]> > On Tue, Aug 23, 2011 at 03:24:25AM -0700, Oleg Stepura wrote: > > I think now this theme has some crossing parts with the one I started > about > > simplifying the bundle installation procedure > > here > https://groups.google.com/d/topic/symfony-devs/nV0RJGDQOS8/discussion > > > > If bundles would be loaded automatically from a given directory than > > installing a bundle inside CMS CP would be just somehow copying the > bundle > > to that dir and clearing the cache. > > Then that directory has to be another than the existing ones and empty. > > It can then be owned by the web user if anyone want to be able to install > from the web for some odd reason. > > It will also mean that none of the many bundles coming from the > standard edition does not become automatically configured which is also a > good thing. I want to be able to turn them on and off at will and not > just by rm -rf. > > Maybe even app/bundles since it's already contaminated by directories > with odd rights. > > > Thomas. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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 > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
