-- Ivan Ruiz Gallego <[EMAIL PROTECTED]> wrote
(on Wednesday, 02 May 2007, 02:47 PM +0200):
> In order to get POST and GET data in an object-oriented manner I am 
> using the request object. Is there within Zend Framework a counterpart 
> accessor method for the FILES superglobal array? Thank you.

At this point, no. However, there is a proposal for a Zend_Upload
component that would likely serve your needs:

    http://framework.zend.com/wiki/x/O2s

The request object's primary purpose is to encapsulate environmental
data that can be used by the router in order to route a request, and
since $_FILES is rarely used to do so, adding support to it in the
request object does not make sense at this time -- and hence Thomas'
proposal for the above component.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to