Yes, http://framework.zend.com/manual/2.1/en/modules/zend.cache.pattern.capture-cache.htmlabstracts the concept quite well
Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 8 February 2013 23:54, Andrew Ballard <[email protected]> wrote: > On Feb 8, 2013 5:16 PM, "Ralf Eggert" <[email protected]> wrote: > > > > Nice and clean solution! > > > > I just wonder if there is any problem when I just redirect after file > > creation to the new file. > > > > Regards and good night, > > > > Ralf > > Ralf, > > I've not used it, but isn't one of the page-level variants of Zend_Cache > supposed to do exactly what you are trying to accomplish? As I recall, the > missing file causes the first request to trigger the Framework to create > the file, and subsequent requests are served directly through the web > server without ever touching PHP. > > Andrew >
