News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Top Tip XHTML with Zend Form Elements
May 29, 2008 @ 12:01:50

Rob Allen has posted a quick tip of how to use the Zend_Form component of the Zend Framework to correctly render XHTML compliant output.

When you render a Zend_Form, the elements will render to HTML compliance rather than XHTML compliance, even if you have < ?php echo $this->doctype('XHTML1_STRICT');?> at the top of your layout script. Practically, this means that all the input elements do not end in "/>". To resolve this, you need to call the doctype() view helper prior to rendering your form.

He includes an example of the doctype call (on a view object) to tell the script to output in the "XHTML1_TRANSITIONAL" format.

0 comments voice your opinion now!
zendform zendframework component xhtml render transitional


blog comments powered by Disqus

Similar Posts

VG Tech Blog: Lazy Loading Resources with Zend Framework Bootstrap

Alexander Netkachev's Blog: Syndicate content with Zend Framework Zend_Feed classes

Matthew Weier O'Phinney's Blog: Setting up your Zend_Test test suites

Zend: Zend Framework Database Access Webinar (Oct 31st, 2007)

Padraic Brady's Blog: Zend Framework Book: Surviving The Deep End - Chapter 10 Released!


Community Events









Don't see your event here?
Let us know!


framework functional zendframework2 composer code community podcast tool event interview object development database language api opinion introduction testing example release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework