Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5.0RC3
-
Fix Version/s: 1.5.0
-
Component/s: Zend_Db_Table, Zend_Memory
-
Labels:None
-
Language:English
Description
in Example 10.100. Using a Default Metadata Cache for all Table Objects
Given example not working :
$backendOptions = array(
'cacheDir' => 'cacheDir'
);
should be
$backendOptions = array(
'cache_dir' => 'cacheDir'
);
Thanks report, It is fixed in SVN r 8850. I also similar problem in zend.memory.memory-manager.html and zend.memory.html#zend.memory.overview.