vovanmozg / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

HTTP Client aka AJAX #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This might need a plugin.
Probably proper component from Zend framework will be used.

Original issue reported on code.google.com by tobiasz....@gmail.com on 15 Aug 2007 at 10:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Must be in core.

Original comment by tobiasz....@gmail.com on 29 Jul 2008 at 11:31

GoogleCodeExporter commented 8 years ago
First works are done. GET, encoding and http login tested. Commit will be soon 
in
branches/dev.

Future: Wrap zend_http_client within API compatible with XMLHttpRequest.
URL: http://developer.mozilla.org/en/XMLHttpRequest

Original comment by tobiasz....@gmail.com on 6 Sep 2008 at 4:26

GoogleCodeExporter commented 8 years ago
AJAX code has been commited to dev branch. Check test_cases/test-ajax.php for 
example
use.

To get AJAX version do:
svn checkout http://phpquery.googlecode.com/svn/branches/dev/ phpquery-dev

Original comment by tobiasz....@gmail.com on 12 Sep 2008 at 2:20

GoogleCodeExporter commented 8 years ago
Released with r58

Original comment by tobiasz....@gmail.com on 18 Sep 2008 at 9:17