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

PHPFreaks.com: Template based document generation using LiveDocx and Zend Framework

IBM developerWorks: Understanding the Zend Framework,Part 4: When there is no feed, Zend_HTTP_Client

The Bakery: 10 New CakePHP Articles, Tutorials and Helpers

David Coallier's Blog: Zend Framework Without PDO

NetTuts.com: How to Create an Alfred Extension


Community Events











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


database api composer release series interview functional application language testing podcast development community framework example code introduction phpunit zendframework2 opinion

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