Re: [symfony-users] Code Organization with 3rd party bundles

2011-06-19 Thread Tim Nagel
Sorry, I should say the recommended location - it doesnt really matter to symfony2. t On Mon, Jun 20, 2011 at 14:50, Tim Nagel wrote: > The location of bundles changed in the beta process, it used to be > /src, it is now /vendor/bundles > > > t > > > On Mon, Jun 20, 2011 at 14:25, Haulyn Jason

Re: [symfony-users] Code Organization with 3rd party bundles

2011-06-19 Thread Tim Nagel
The location of bundles changed in the beta process, it used to be /src, it is now /vendor/bundles t On Mon, Jun 20, 2011 at 14:25, Haulyn Jason wrote: > You must understand what is the third party, that means you want to > use their libraries, you want to update your library following them. >

Re: [symfony-users] Code Organization with 3rd party bundles

2011-06-19 Thread Haulyn Jason
You must understand what is the third party, that means you want to use their libraries, you want to update your library following them. so they are library vender, that's all. Regards, Haulyn Jason Founder, http://domix.in Rm. 807, Qilu Software Tower, Qilu Software Park 1 Shunhua Rd., High-Tec

Re: [symfony-users] Code Organization with 3rd party bundles

2011-06-17 Thread Thomas Rabaix
I think the valid location is / vendor / bundles the Sonata's documentation should be updated ... On Fri, Jun 17, 2011 at 10:04 AM, keymaster wrote: > There seems to be different practices: > > SonataAdminBundle > / src / Sonata / AdminBundle > > KnpLab's menu bundle: > / src / Knplabs / Bundle

[symfony-users] Code Organization with 3rd party bundles

2011-06-17 Thread keymaster
There seems to be different practices: SonataAdminBundle / src / Sonata / AdminBundle KnpLab's menu bundle: / src / Knplabs / Bundle / MenuBundle FOSUserBundle: / vendor / bundles / FOS / UserBundle I would have thought all bundles meant for distribution should go into vendor/bundles, and th