Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.4
-
Fix Version/s: 1.10.6
-
Component/s: Zend_Application, Zend_Cache, Zend_Translate
-
Labels:None
Description
We can define almost all the options for Zend_Translate through application configuration file using Zend_Application. But I also want to use cache with Zend_Translate. Currently, we cannot define cache for Zend_Translate from application configuration. We should have a feature so that we can define cache manager template name in translate resource options and cache can be initialized automatically.
Issue Links
| This issue is related to: | ||||
| ZF-10034 | Initialize Zend_Translate cache from application configuration with the cache manager |
|
|
|
Actually you can not assign a cache by option as it is added statically.
This is the first things which have to be added for this issue.
Therefor reassigning the issue to myself.