News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Tobias Schlitt's Blog: Sending HEAD requests with ext/curl

Steve Hannah's Blog: Adventures with PHP Compilers

Carsten Lucke's Blog: Debugging PHP with free tools (PDT + XDebug2)

ThinkPHP Blog: Virtual Data Grid: becoming reality soon

PHPEveryDay.com: New Tutorials Posted (WDDX in PHP)


Community Events







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


book application mysql release zend ajax releases PEAR security developer job PHP5 conference cakephp database code zendframework example framework package

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