zend framework - Serialize Zend_Form -
 Can some problems appear if I serialize with a Zend_Form created form and due to this performance it helps a lot ?  new My_Form_Something ()  Usage  $ cache-> Load ('My_Form_Something');  (see the manual for Zend_Cache). But the main performance barrier form is rendering. It can be overcome by using  Zend_Cache_Frontend_Class  ... I think ... 
Comments
Post a Comment