2008/12/11 sinkingfish <[EMAIL PROTECTED]> > I am looking to pass an object (zend_form to be exact) between 2 actions > and > am wondering is there a best practice or even a facility in zend framework? >
For a simple approach, I suggest pass it to a placeholder helper. (also the registry is possible but less global is better). -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://www.sourceforge.net/projects/ossigeno
