Hi!

> Yes, I mean $_POST (and $_FILES). It's been requested multiple times,
> but I know it's quite controversial. I think this approach is better
> than any other proposed yet (think $_PUT and stuff).

You're building an OO next-generation API, why you still need $_PUT or
$_FILES or anything like that? Just make a nice OO API where the client
can request the data cleanly, and hide the details of where they come
from. Which would probably also make an added value of making these
things actually testable with some minimal API support, without messing
with superglobals and general extreme ugliness.

-- 
Stas Malyshev
smalys...@gmail.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to