Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7.3
-
Fix Version/s: 1.7.5
-
Component/s: Zend_Translate
-
Labels:None
-
Language:English
-
Tags:
Description
http://framework.zend.com/manual/en/zend.translate.adapter.html#zend.translate.adapter.caching
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);
Thanks,
fixed with r13904