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.,

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 saharab...@domix.in wrote: You must understand what is the third party, that means you want to use their libraries, you want to update your library

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 t...@nagel.com.au 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,

[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