On Thu, Mar 26, 2009 at 3:08 PM, prodigitalson <[email protected]> wrote: > > Im very new to ZF as I normally work with Symfony or my own custom rolled > framework , i have basic question about control flow/dispatching. > > In both Symfony and my custom framework, the FrontController does > preprocessing on the request, and bootstrapping and all that then executes > an implementation of the Intercepting filter pattern to send the response at > one end and to execute the action at the other. Things like view caching, > security, ssl requirements, etc.. are then globally implemented through the > use of filters in that chain. >
You might be looking for front controller plugins: http://devzone.zend.com/article/3372-Front-Controller-Plugins-in-Zend-Framework http://is.gd/eQhU Regards, -- Rolando Espinoza La fuente Pro Soft Resources Inc. www.prosoftpeople.com
