Free Building a PHP Front Controller Tutorial

Feb
10

Building a PHP Front Controller

Posted by admin

Luckily, the web host in question permitted certain key Apache directives in.htaccess that let me customize request handling. Add to thatPHP’s OO support and my templating decision reached a comfortable middle groundin the form of a custom Front Controller.The FrontController design pattern describes a way to centralize processing in aweb-based application. Routing all requests through a single entry pointprovides a place to apply common application logic, and, at the same time,reduce 
continue >>

Tags:

Add A Comment