> Are there examples on how to use Zend_Cache together with the MVC pattern? > The documentation (and also this mailing list after several hours of > searching) provide only examples for old-style procedural PHP applications > (basically using Zend_Cache as a stand-alone package), but nothing about how > to combine Zend_Cache with Controllers/Actions/Views/etc. > I do not have any 'echo' statements in my code; everything is sent to the > browser through $frontController->dispatch();... I would like to use cache > within certain specific Actions from certain specific Controllers.
have a look at the last example of this page : http://framework.zend.com/manual/en/zend.cache.frontends.html#zend.cache.frontends.page Regards, -- Fabien MARTY [EMAIL PROTECTED]
