Witam
Ma ktoś jakiś pomysł/sposób aby nie keszować danego elementu strony (w moim wypadku jest, to menu)?
Pozdrawiam
<html> <head> <title>Newsy</title> </head> <body> <div class="content"> </div> <div class="menu"> </div> </body> </html>
class IndexController extends Zend_Controller_Action { public function indexAction() { $i = 'Ble ble ble'; } }
if (false !== ($response = $this->_getCache())) { $response->insert('test','cache cache cache!'); $response->sendResponse(); exit; }
<?php // [...] // [...]