News Feed
Jobs Feed
Sections




News Archive
SmartyCode.com:
Serving XHTML in Zend Framework App
April 27, 2009 @ 07:55:39

On the SmartyCode.com site, there was a new article posted recently looking at making the output of your Zend Framework application XHTML compliant.

Serving XHTML is often misunderstood by php developers. Frontend engineers simply include the XHTML doctype to their documents, without actually serving document as XHTML. This triggers majority of the browsers to treat such pages as 'tag-soup'. [...] This front controller plugin's code mostly takes concepts from the excellent article by Keystone Websites, but implements in Zend Framework environment in an object-oriented way.

The code works as a plugin to the controller and runs a few checks on the contents of the data being pushed out (dispatchLoopShutdown) and returns the correct header information (DOCTYPE, language attribute) in the correct XHTML format for the data. When the plugin is registered, all it takes is a call to the "doctype()" method to output the correct information.

1 comment voice your opinion now!
zendframework xhtml doctype serve format plugin controller


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Updated Tutorial for Zend Framework 1.5

Chris Hartjes' Blog: The Story and Rebirth Of Zend_Service_Audioscrobbler, Part 1

Community News: Canvas for WordPress (Drag and Drop Template Management)

Builder.com: Dynamic XML document construction with the PHP DOM

Evert Pot's Blog: PHPUnit3 : first impressions


Community Events











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


community functional introduction zendframework2 series release language phpunit framework application interview code composer podcast api development opinion testing database example

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