News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introducing SimpleXML in PHP 5
June 12, 2006 @ 07:19:13

DevShed starts up a new series today for those looking to work with XML in PHP5 and just need something light and, well, simple. To help, they've posted part one of their "Introduction to SimpleXML" series.

In response to all the exciting features that I mentioned before, in this three-part series I'll be taking a close look at the most important functions of the "simpleXML" extension, using numerous code samples and clear explanations to put them in context, so you can understand how they work.

At the end of the series, you should be equipped with the proper background to start using "simpleXML" in your own PHP 5 applications.

They start with a method for getting the data into a SimpleXML object in the first place, reading in an XML file. With the object (and data inside) in place, they show how to query that data (as array elements), pulling out the bits you need. Combine these two bits of functionality into a simple class and you'll have the last step of part one of the series - building a basic XML parsing class.

0 comments voice your opinion now!
simplexml xml introduction part1 tutorial simplexml xml introduction part1 tutorial


blog comments powered by Disqus

Similar Posts

Josh Holmes' Blog: Hello World Azure in PHP

Avnet Labs Blog: TDD with Zend Framework

Brian Nelson's Blog: Writing A Reverse Proxy in PHP5

Zend Developer Zone: AJAX Chat Tutorial Pt 5: Javascript, Sending Chat Messages, Screen Name Changes

Rob Allen's Blog: Zend Framework Tutorial for 0.7


Community Events









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


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

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