ZF-2882: Zend_Db_Table, example for caching metadata incorrect
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' );
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-15T23:56:06.000+0000
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.
Posted by Wil Sinclair (wil) on 2008-03-21T17:34:14.000+0000
I'm assuming this fix is merged to the 1.5 release branch for release with 1.5.1. Please update JIRA if this is not the case.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-21T20:15:32.000+0000
I find it in zip file of Programmer's Reference Guide ver 1.5.0.
Posted by Darby Felton (darby) on 2008-04-02T08:56:27.000+0000
Documentation changes are not merged to release branches under current policy.