News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
PHP in Action:
The one-line web framework
December 16, 2008 @ 12:09:42

On the PHP in Action blog this new post talks about something that's at the core of the front controller for most frameworks - a call to a user function based on the passed in action.

The core of your average web framework is a Front Controller. Front Controllers are commonly considered complex and esoteric. That's a myth. I sometimes brag that I can construct a Front Controller in 15 minutes. Actually, it's doesn't take quite that long. In PHP, a Front Controller can be simplified to just one line of code.

This one line of code, while a very dangerous thing to actually use in an application, illustrates what a front controller does to forward out the request to the rest of the framework. He revises it with a Zend Framework-ish example that splits the request out into a controller/action method.

0 comments voice your opinion now!
web application framework action controller frontcontroller oneline



Similar Posts

Atlanta PHP User Group: March 2006 Meeting - 2nd @ 7pm

NETTUTS.com: CodeIgniter From Scratch: Day 3. Sending Emails and Attachments

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

Paul Jones' Blog: Labor Day Benchmarks

Zack Curl's Blog: Why Web Application Frameworks Are Great


Community Events









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


zendframework release security codeigniter doctrine wordpress developer extension drupal feature opinion microsoft zend framework conference job sqlserver windows facebook symfony

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