How to use Zend_Form in a layout script
Posted
by ArneRie
on Stack Overflow
See other posts from Stack Overflow
or by ArneRie
Published on 2009-09-25T12:54:42Z
Indexed on
2010/06/14
12:52 UTC
Read the original article
Hit count: 216
zend-framework
|form
Hi,
i am using Zend Framework, i have an layout.phtml wich renders navigation.phtml. How can i display a search form in this script ?
Where is the right place to set the form ? In normal view scripts i will use the controllerAction to set the form , and simply echo it..
Do i need an FrontController Plugin, wich sets the form ?
© Stack Overflow or respective owner