Create your own framework... on top of the Symfony2 Components (part 9)
This article is part of a series of articles that explains how to create a framework with the Symfony Components. It is OBSOLETE but an up-to-date version can be found in the Symfony documentation. Our framework is still missing a major characteristic of any good framework: extensibility. Being ext…