News Feed
Jobs Feed
Sections




News Archive
feed this:

ProDevTips.com:
Parsing with Zend HTTP Client
March 10, 2009 @ 10:25:02

On ProDevTips.com there's a quick new tutorial posted about using the Zend_Http component of the Zend Framework to fetch a remote page that requires cookie authentication - a "cookie jar".

As it happens I'm very satisfied with the performance of Zend Http when it comes to the fetching and cookie parts. [...] Note [in my example] the use of $client->setCookieJar();, that is all that is needed to manage the logged in state, awesome. Without it the second post to adv_stats.php would've failed due to unauthorized access.

This fetching method pulls in the remote file, parses out the table (as defined by a pattern match) and grabs the rows/columns using getRows and getColumns and manipulates the content inside.

0 comments voice your opinion now!
zendhttp client zendframework cookiejar cookie state manage



Community Events











Don't see your event here?
Let us know!


phpunit application release example development testing series podcast zendframework2 unittest opinion language introduction functional framework api composer community interview code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework