[symfony-users] Re: Symfony 2 and changing a Bundle in the Application

2010-02-22 Thread Nils Adermann
On Feb 22, 1:50 pm, Fabien Potencier wrote: > On 2/20/10 5:42 PM, Matthias N. wrote: > > So.. my question is how do I overwrite / change code from a bundle in > > src/Bundle ? > > Just create a bundle with the same name but in the Application/ > directory. And everything is just easier as you

[symfony-users] Re: Symfony 2 and changing a Bundle in the Application

2010-02-22 Thread Matthias N.
I also thought about that. I suppose we can do several things much better now by using the DI. But what about extending a Doctrine model? Or a form? Either we need a similar concept for the Bundles as we had in sf 1.4 to extend classes - or we need a concept to always get classnames from a configur