ZF-5658: Cache example in Zend_Translate is wrong
Description
http://framework.zend.com/manual/en/…
This example shows a Zend_Cache object using Zend_Cache_Frontend_Page, but this would not work, so it should be changed to Zend_Cache_Frontend_Core like:
$cache = Zend_Cache::factory('Core', 'File', $frontendOptions, $backendOptions);
Comments
Posted by Thomas Weidner (thomas) on 2009-02-01T06:53:48.000+0000
Thanks, fixed with r13904