-- nolnor <[EMAIL PROTECTED]> wrote (on Sunday, 23 November 2008, 06:26 PM -0800): > zend outputs my login.phtml correctly, > but zend does not display the login.phtml created by xforms, browser shows > it correctly though. > > how to make zend does not inteprete but let browser inteprete directly when > it opens the phtml made by xforms?????
.phtml is just another alias for .php. You can return whatever markup or content you want. However, you *will* need to return a different Content-Type header if returning content other than (x)html. You can do that either from the view script or from your action. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
