Zend Framework

Zend_Db_Table, example for caching metadata incorrect

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial 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'
);

Activity

Hide
Satoru Yoshida added a comment -

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.

Show
Satoru Yoshida added a comment - 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.
Hide
Wil Sinclair added a comment -

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.

Show
Wil Sinclair added a comment - 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.
Hide
Satoru Yoshida added a comment -

I find it in zip file of Programmer's Reference Guide ver 1.5.0.

Show
Satoru Yoshida added a comment - I find it in zip file of Programmer's Reference Guide ver 1.5.0.
Hide
Darby Felton added a comment -

Documentation changes are not merged to release branches under current policy.

Show
Darby Felton added a comment - Documentation changes are not merged to release branches under current policy.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
10m
Original Estimate - 10 minutes
Remaining:
10m
Remaining Estimate - 10 minutes
Logged:
Not Specified
Time Spent - Not Specified