<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 14:22:06 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Make Me Pulse: Using Memcached with PHP Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/11727</guid>
      <link>http://www.phpdeveloper.org/news/11727</link>
      <description><![CDATA[<p>
New from the Make Me Pulse blog <i>Ludovic</i> has <a href=http://blog.makemepulse.com/2009/01/13/using-memcached-zend-framework-cache-backend-memcached/">this look</a> at using a memcached backend with a Zend Framework application.
</p>
<blockquote>
Any self-respecting developer know the interest of caching for server language like PHP. A web site with lot of server requests need this kind of solution. The Memcaching use a software intalled on the server (<a href="http://www.danga.com/memcached/download.html">download page</a>) which will push all cached data in the RAM's server. It has a big advantage compared to a caching file : the data access time.
</blockquote>
<p>
An example is included showing how to set up the Zend_Cache_Backend_Memcached object - including parameters and a lifetime - and how to push information into that cache for later use.
</p>]]></description>
      <pubDate>Tue, 13 Jan 2009 08:48:44 -0600</pubDate>
    </item>
  </channel>
</rss>
