News Feed
Jobs Feed
Sections




News Archive
Adrian Schneider's Blog:
Caching Zend Framework Forms
February 11, 2010 @ 11:36:10

In a new post to his blog Adrian Schneider looks at a method for caching your forms in your Zend Framework application so you don't have to recreate it every time.

Generating a form is an expensive process in ZF. It's always bugged me that I can't find any resources on trying to cache the initial HTML anywhere, so I took a stab at it myself. I use a loader from inside my controller action to load forms and models, so I found that was a good place to start.

To help solve the problem, he's created a simple loader class (maybe dropped into an action helper) that, when used will cache the form (using Zend_Cache, of course) to keep the object instance where you can get to it later. The code to implement it and to put it to good use is also included.

0 comments voice your opinion now!
cahe zendform zendframework zendcache tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Create a Slick Flickr Gallery with SimplePie

DevShed: Building the Index Page for a PHP Email Application

PHPMaster.com: REST - Can You do More than Spell It? Part 4

MaltBlue.com: Zend Form Mastery with Zend Config - Part 1, Custom Filter Paths

Matthew Weier O'Phinney's Blog: Using Action Helpers To Implement Re-Usable Widgets


Community Events











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


tool development podcast opinion introduction zendframework2 conference testing example code object functional release database composer framework series language interview community

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