I worked in ZF since I was v1.6, and I am very pleased with this, but I read about symfony and its principle of connectivity:
to make the summarizing package more clear:
http://docs.symfony-reloaded.org/quick_tour/the_big_picture.html
But what is a bunch? All the code you write in a Symfony2 project organized in bundles. In Symfony2, to say, a collection is a structured collection of files (PHP files, style sheets, JavaScripts, images, ...) that implement a single function (blog, forum, ...) and which can be easily shared with other developers. In our example, we only have one bundle, HelloBundle.
I used the same idea by organizing my code in modules, but it really hurts
does any body have the same bundle implementation for ZF ???
source share