+1 for moving vendor to the root
-1 for having bundles in app directory
+1 for having bundles in a bundles directory
+1 for renaming views to templates

Specific app bundle(s?) should have their own namespace (as for now, 
Application is not bad).
3rd party bundles should be namespaced too.
Bundle classes are specific to Symfony while external libraries (Doctrine, 
Zend ...) are not.
So I'd like to propose this:

app/
  cache/
  config/
  logs/
  ...
bundles/
  Application/
    FrontendBundle/
    BackendBundle/
  Sensio/
    CasBundle/
    FrameworkExtraBundle/
  Kriss/
    FacebookBundle
  ...
vendor/
  doctrine/
  symfony/
  zend/
  ...
web/

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

Reply via email to