Hi Al, I think you may need to include the Select class before you load the object from cache.
Cheers, Steven -----Original Message----- From: Alan Wagstaff [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 February 2008 9:12 AM To: Steven Brown Subject: Re: [fw-general] Zend_Form_Element_Select speed / caching questions Hi Steven, On 26/02/2008, Steven Brown <[EMAIL PROTECTED]> wrote: > Hi Alan, > > Was the select class defined before you loaded the object from cache? > > Cheers, > Steven The loading order was: 1. Bootstrap - create cache object from the factory and put in registry 2. Controller - init() fetch cache object 3. Action - Zend_Loader the Select class 4. Action - Create the Select element (wrapped in the Cache bits) Thanks, Al
