ZF-7416: Typo in Resource Plugins documentation
Description
On this page: http://framework.zend.com/manual/en/…
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).
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-07-29T20:14:49.000+0000
Probabry ,Zend_Application_Resource_ResourceAbstract is more correct, I think
Posted by Satoru Yoshida (satoruyoshida) on 2009-07-29T22:36:48.000+0000
Solved in SVN r17294