|
|||
|
Hi,
I am using Zend_Cache_Frontent_Page to cache pages from my web site. I want to "clean" the HTML before saving into the cache file. How can I do it? I have modified the _flush method (file Zend/Cache/Frontend/Page.php): public function _flush($data) { $this->save(Innoa::compressHTML($data)); return $data; } But this is not a good practice... Any ideas? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
|
|