News Feed
Jobs Feed
Sections




News Archive
APress.com:
Quick Caching With PHP Sessions
August 07, 2006 @ 06:30:48

In an excerpt from the APress book "Beginning Google Maps Applications with PHP and AJAX: From Novice to Professional", this entry talks about caching the responses from a remote data source into the $_SESSION superglobal during development.

Why spend time setting up a sophisticated cache for the whole responses while you develop your XPath expressions and regexes? Especially if you ultimately will only be caching the results of these actions?

One solution is to simply store the responses in the PHP variable $_SESSION, and then read them out again on the next viewing. To make it even easier, you can just wrap your remote calls in some code that checks it for you.

Their "weapon of choice" is cURL using a wrapper class (specifically this one from Sean Hunter) around it to amke the connection and cache the results. They also include the source of the script as an example.

0 comments voice your opinion now!
caching sessions remote data source curl wrapper caching sessions remote data source curl wrapper


blog comments powered by Disqus

Similar Posts

Ed Finkler's Blog: Zend Studio for Eclipse and SFTPDrive not on speaking terms

Help Net Security: Remote Vulnerabilities Discovered in phpMyAdmin

Lorna Mitchell's Blog: POSTing JSON Data With PHP cURL

Jani Hartikainen's Blog: Decoupling models from the database: Data Access Object pattern in PHP

Zend Developer Zone: Streamline Working with XML in PHP Using Service Data Objects (Part 1 & 2)


Community Events











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


community unittest tool release development application podcast example language conference zendframework2 functional code interview series object introduction opinion framework testing

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