$view = new Zend_View; $view->setEncoding('UTF-8'); $view->doctype('XHTML1_STRICT'); // Location of view helpers $view->addHelperPath( '../library/App/View/Helper', 'App_View_Helper_' ); $viewRenderer = new Zend_Controller_Action_Helper_ViewRenderer($view); Zend_Controller_Action_HelperBroker::addHelper($viewRenderer); Zend_Layout::startMvc();
View this message in context: Re: Zend_Form: Element grouping
Sent from the Zend MVC mailing list archive at Nabble.com.
没有评论:
发表评论