[fw-general] re[fw-general] source vs. pluginresource

2009-10-27 Thread ljs629
I'm new to ZF and I'm trying to figure out the difference between resource and plugin resource - specifically, I have a working site and in the bootstrap I init the doctype with this: public function _initDocType(){ $this->bootstrap('view'); $view = $this

[fw-general] Re: re[fw-general] source vs. pluginresource

2009-10-27 Thread ljs629
A... great. And thanks for the quick response! weierophinney wrote: > > -- ljs629 wrote > (on Tuesday, 27 October 2009, 10:45 AM -0700): >> I'm new to ZF and I'm trying to figure out the difference between >> resource >> and plugin resource - sp

[fw-general] Re: re[fw-general] source vs. pluginresource

2009-10-27 Thread ljs629
Thanks again - I understand now what gets returned by getResource vs. getPluginResource but I'm a little confused as to what is considered a 'resource' and what is considered a 'plugin resource'? ljs629 wrote: > > > A... great.