cakephp2-php8/lib/Cake/Network
mark_story 975f74bb44 Making it so all POST parameters are available on $this->data inside the request. This makes one fewer place POST data
is found.  $this->params['form'] is still around as well for Backwards compatibility, but is not recommended for use
going forward.
2011-04-30 12:44:38 -04:00
..
Email Fixed invalid PhpDoc tag. 2011-04-28 21:25:18 -04:00
Http Added HttpSocket::config['request']['uri'] as parameter in HttpSocket::_parseUri() called by HttpSocket::get(). Now creates correct request array for GET if query params are given and the default request should be used. Fixes #1674. No tests modified since behaviour didn't change. 2011-04-26 19:15:25 -04:00
CakeRequest.php Making it so all POST parameters are available on $this->data inside the request. This makes one fewer place POST data 2011-04-30 12:44:38 -04:00
CakeResponse.php Unused variables in Network removed 2011-04-23 00:02:08 +04:00
CakeSocket.php Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-04-11 22:48:08 -04:30