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

Jordi Boggiano's Blog: Unpredictable hashes for humans

Zend Developer Zone: Zend Framework Site Gets Bug Tracker, Source Browser.

Jonathan Snook's Blog: View Caching in CakePHP 1.1.8

Zend Developer Zone: Automatic Tag Clouds for Every Site

Ilia Alshanetsky's Blog: Igbinary, The great serializer


Community Events











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


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

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