mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
add addPost (from Request.php)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7456 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c7e0993d29
commit
8648178518
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ class HTTP_Request extends HTTP_Request2
|
|||
return $this->response->getCookies();
|
||||
}
|
||||
}
|
||||
|
||||
public function addPostData($name, $value, $preencoded = false)
|
||||
{
|
||||
$this->addPostParameter($name, $value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue