Month: August 2009

  • Caching With Zend Framework Using Zend_Cache

    Today I taught myself how to use Zend_Cache and implemented it within 20 minutes. It’s super easy and very effective. Take a look at the code sample below and you’ll be up and running in no time.   Step 1: Setup the Cache {code type=php} $frontendOptions = array( ‘lifetime’ => 180, // Cache for 3…