Re: FrontController->dispatch
by rockyboss48 » Sat May 29, 2010 4:02 am
A Front controller is a pattern for Centralized Request Logic. A front controller can help eliminate duplicate code on a series of requests by routing the requests through the front controller and factoring the duplicate code from the requests into the front controller.