News Feed
Jobs Feed
Sections




News Archive
Bradley Holt's Blog:
Front Controller Pattern in Zend Framework
February 01, 2010 @ 12:56:13

As a part of his demo (presented at a local user group meeting) Bradley Holt, not having enough time to squeeze in all of the content he wanted, has started off a series of posts to his blog about the Zend Framework and the specific areas that make it up. His first article is about the front controller.

Like many other frameworks, Zend Framework provides an implementation of the Front Controller pattern. This means that all HTTP requests can be sent through a centralized point. This allows you to take advantage of Zend Framework's routing and Model-View-Controller (MVC) components, if you so choose.

He talks about where the Zend Framework places this controller and what their version of it contains - constant definitions, loading paths and the creation of a Zend_Application instance that's called to do the real work. He also includes a few helpful tips on common problems you might come across when setting up your application.

0 comments voice your opinion now!
zendframework frontcontroller introduction


blog comments powered by Disqus

Similar Posts

Internet.com WDVL: An overview of the Zend Framework

php|architect: Zend Db 2.0 Kicks Off

Ben Ramsey's Blog: Zend Framework View Notes

DZone.com: Cloning in PHP

Jim Wynia's Blog: Tracking Accomplishments with PHP, Google Calendar and Zend Framework


Community Events











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


application tool testing interview language code release opinion zendframework2 podcast functional community example framework conference unittest series introduction phpunit development

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