I'm reading through Zend application docs :

http://framework.zend.com/manual/en/zend.application.theory-of-operation.html#zend.application.theory-of-operation.resources

I'm a bit confused.

Under section "4.3.2. Resource Plugins"

It says:
"Resources need only implement Zend_Application_Resource_Resource, or, more
simply still, extend Zend_Application_Resource_ResourceAbstract. "


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. "

 * Are these talking about two different things?
I.e. 'Resources' versus 'Resource plugins' - i suspect not, but need
clarifying.

 * If they are the same thing. Which interfaces do they really need to
implement?
i.e.
 * "Resource plugins implement Zend_Application_Bootstrap_Resource"
 * "Resources need only implement Zend_Application_Resource_Resource"

or is it both?

 * Is that a typo in the docs?
I can't seem to find the "Zend_Application_Bootstrap_Resource" class in my
Zend library?

I hope it is a typo, cos i thought i had a grasp of Zend application till i
sumbled accross what seems to be a contradiction.

Any help appreciated.






-- 
View this message in context: 
http://www.nabble.com/confusion-between-resource-plugins-and-resources-in-docs-tp24400044p24400044.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to