News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
A Quick PHP XMLWriter Class Tutorial XML & RSS
January 19, 2009 @ 11:19:52

The PHPBuilder.com has posted today looking to introduce you to a powerful XML creation tool in PHP5 installations - XMLWriter.

They jump right in and show it in action by creating a simple RSS document with one element inside. A call to the flush() method on your XMLWriter object is all it takes to output the XML.

They also change things up and bit and swap out the procedural code for a more object-oriented approach with a constructor that sets up the object and adds in some of the common RSS information. Their addItem() method is called to add in a sample item (in this case, an entry for a CD player product) and _endRSS() closes things off and runs that flush() to send it all back out.

You can find out more about XMLWriter (and its sister, XMLReader) in the PHP manual.

0 comments voice your opinion now!
xmlwriter tutorial rss class oop php5 xmlreader


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Working with Slim Middleware

Martynas Jusevicius' Blog: Method overloading in PHP 5

Michael Bommarito\'s Blog: Day Three - PHP5 vs PHP6 Benchmark

Developer Tutorials Blog: Building Web 2.0 Tag Clouds in PHP

Klaus Graefensteiner's Blog: Two ways to test for prime numbers in PHP: Sieve and File


Community Events











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


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

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