News Feed
Jobs Feed
Sections




News Archive
Make Me Pulse:
Using Memcached with PHP Zend Framework
January 13, 2009 @ 08:48:44

New from the Make Me Pulse blog Ludovic has this look at using a memcached backend with a Zend Framework application.

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 (download page) 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.

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.

1 comment voice your opinion now!
zendframework memcache zendcachebackendmemcached component tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Leveraging Zend Framework Components from Adobe Flash Platform Applications

ONLamp.com: Introduction to Flex Using PHP

Ibuildings Blog: DPCRadio: Let's Build a Parser

Padraic Brady's Blog: Zend Framework Blog App Tutorial - Addendum #2: Revised Design, Date Helper

NetTuts.com: Protect a CodeIgniter Application Against CSRF


Community Events











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


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

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