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-Tech Development Zone
Jinan, Shandong 250101, P. R. China
Tel: +86 158 5410 3759
Website: http://haulynjason.net



On Fri, Jun 17, 2011 at 4:08 PM, Thomas Rabaix tho...@rabaix.net wrote:
 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 ad...@optionosophy.com wrote:

 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 that the src/ directory is for our own bundles, but that
 doesn't seem to be the case.

 So what is the recommended way of separating 3rd party bundles from our
 own?

 --
 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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en



 --
 Thomas Rabaix
 http://rabaix.net

 --
 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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?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 users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


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 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-Tech Development Zone
 Jinan, Shandong 250101, P. R. China
 Tel: +86 158 5410 3759
 Website: http://haulynjason.net



 On Fri, Jun 17, 2011 at 4:08 PM, Thomas Rabaix tho...@rabaix.net wrote:
 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 ad...@optionosophy.com wrote:

 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 that the src/ directory is for our own bundles, but that
 doesn't seem to be the case.

 So what is the recommended way of separating 3rd party bundles from our
 own?

 --
 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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en



 --
 Thomas Rabaix
 http://rabaix.net

 --
 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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?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 users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


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, 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 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-Tech Development Zone
 Jinan, Shandong 250101, P. R. China
 Tel: +86 158 5410 3759
 Website: http://haulynjason.net



 On Fri, Jun 17, 2011 at 4:08 PM, Thomas Rabaix tho...@rabaix.net wrote:
 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 ad...@optionosophy.com wrote:

 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 that the src/ directory is for our own bundles, but 
 that
 doesn't seem to be the case.

 So what is the recommended way of separating 3rd party bundles from our
 own?

 --
 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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en



 --
 Thomas Rabaix
 http://rabaix.net

 --
 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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?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 users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?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 users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en