Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Application
-
Labels:None
-
Language:English
Description
On this page:
http://framework.zend.com/manual/en/zend.application.examples.html
Under section "4.4. Examples"
It says:
"Resource plugins implement Zend_Application_Bootstrap_Resource, which
defines simply that they allow injection of the caller and options, and that
they have an init() method. "
This is wrong. The class 'Zend_Application_Bootstrap_Resource' does not exist.
The sentence should be corrected to read:
"Resource plugins implement Zend_Application_Resource_Resource, which
defines simply that they allow injection of the caller and options, and that
they have an init() method."
That change would fix the typo error. However, i will suggest an improvement to this sentence with another ZF issue tracker ticket (ZF-7417).
Issue Links
| This issue depends on: | ||||
| ZF-7417 | clarify confusion between 'resource plugins' and 'resources' in docs |
|
|
|
Probabry ,Zend_Application_Resource_ResourceAbstract is more correct, I think