News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Create your own framework... on top of the Symfony2 Components (part 7)
January 16, 2012 @ 08:46:22

Fabien Potencier has posted the seventh part of his series looking at how to make a custom framework on top of the components from the Symfony2 framework. In this part of the series he improves his basic framework by adding some namespacing to organize the application a bit more.

If you have a closer look at the code, front.php has one input, the Request, and one output, the Response. Our framework class will follow this simple principle: the logic is about creating the Response associated with a Request. As the Symfony2 components requires PHP 5.3, let's create our very own namespace for our framework: Simplex.

He puts the main front controller in just the "Simplex" namespace but adds in others for the controllers and models. He also updates his Composer configuration to create some PSR-0 autoloading.

0 comments voice your opinion now!
symfony2 components framework custom tutorial series namespace autoload


blog comments powered by Disqus

Similar Posts

CodeIgniter.com: PHP Framework Usage Survey

Professional PHP Blog: The rumors of PEAR\'s demise are greatly exaggerated

Symfony Blog: Doctrine gains symfony citizenship in 1.2

Dan Scott's Blog: Creating a MARC record from scratch in PHP using File_MARC

Zend Developer Zone: Extending the CakePHP Framework


Community Events











Don't see your event here?
Let us know!


podcast development rest opinion functional database framework language symfony2 testing community introduction release usergroup series phpunit zendframework2 conference unittest interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework