Wednesday, November 23, 2011

Symfony bundles and their edge for Symfony development

Bundles in Symfony mean the same as plugins, the main difference is that Symfony is a set of bundles in its essence. Bundles make Symfony development flexible. The most savoury bundle feature is bundle inheritance. Due to bundle inheritance web developers can insert one bundle into another and fine tune their web application development to cut down on repetitive tasks as well as create an elegant, concise code. Read more about Bundle system in Symfony development.

No comments: