News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Create your own framework... on top of the Symfony2 Components (part 2)
January 05, 2012 @ 08:11:27

Fabien Potencier is back with the next installment of his "Building a framework on top of Symfony2" tutorial series with this look at using the HttpFoundation component to use the Request and Response classes to handle HTTP interaction. (Part one is here.)

The first step towards better code is probably to use an Object-Oriented approach; that's the main goal of the Symfony2 HttpFoundation component: replacing the default PHP global variables and functions by an Object-Oriented layer.

He shows how using this component not only makes OOP handling of requests/responses simpler, but also helps to make your application more secure through features already included in the HttpFoundation component. Sample code is included showing how to fetch the current request, get filtered values from the superglobals (GET/SERVER/etc) and how to respond with a refactored version of the "Hello world" message from the previous example.

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


blog comments powered by Disqus

Similar Posts

PHPHacks.com: Creating charts with JGraph

NETTUTS.com: Quick Tip: Loop Through Folders with PHP’s Glob()

Felix Geisendorfer's Blog: Modeling relationships in CakePHP (faking Rails’ ThroughAssociation)

Vinu Thomas' Blog: Wordpress blogging on a S60 Phone

Community News: Seagull Project Release Candidate 1 for Version 0.6


Community Events











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


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

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