2009年1月6日星期二

Re: [fw-mvc] Zend_View phtml scripts path default when using startMvc

Have you tried to use the built in View? Just call $this->render() from the action method. A new View instance unfortunately starts off without configuration - the existing one via ViewRenderer is ready for action :).
 
Pádraic Brady

http://blog.astrumfutura.com
http://www.survivethedeepend.com
OpenID Europe Foundation Irish Representative



From: webPragmatist <chris@webpragmatist.com>
To: fw-mvc@lists.zend.com
Sent: Tuesday, January 6, 2009 6:45:54 PM
Subject: [fw-mvc] Zend_View phtml scripts path default when using startMvc


I was under the impression that Zend could figure out what I meant by
$view->render() if I am in a specific controller.

For instance, by default it knows to load
/auth/views/scripts/forgotpassword/create.phtml when the createAction() is
called in the ForgotPasswordController.php

...but...

If I instantiate a new $view and call $view->render('email.phtml') it does
not know to look in /auth/views/scripts/forgotpassword/

Any thoughts on how to do accomplish what I am doing or a better way to load
a simple email template?
--
View this message in context: http://www.nabble.com/Zend_View-phtml-scripts-path-default-when-using-startMvc-tp21316461p21316461.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: