View Single Post
  #4 (permalink)  
Old 03-31-2008, 03:24 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 100
Default

Yes, thank you. For some reason I thought I had to use one of the View objects. Here is the code that worked for me:

PHP Code:
// Set the Doctype to XHTML 1.0 TRANSITIONAL for purposes of form view helpers
$documentType = new Zend_View_Helper_Doctype();
$documentType->doctype('XHTML1_TRANSITIONAL'); 
Reply With Quote