News Feed
Jobs Feed
Sections




News Archive
Project:
Aleksey Martynov's lexa-xml-serialization Tool for PHP 5.3
September 07, 2010 @ 12:40:37

Aleksey Martynov has submitted a project that can come in quite handy of you do a lot of work with XML in your application - a XML serialization tool for PHP 5.3 that lets you easily translate objects into valid XML.

lexa-xml-serialization is a lightweight library for serializing PHP objects to XML like it's done in .NET. My xml serializer requires that you mark serializable properties of your classes with doc-comment annotations. The properties are not required to be public. The lettercase of annotations doesn't matter. Whitespaces are not essential. Parameters are optional: type defaults to string, xmlName defaults to the property name. Parameter values must not be enclosed in quotes. Empty brackets may be omitted.

The page on the Google Code site gives some examples of it in use as well as as "first look" tutorial about building a large, more complex XML file. If you want to try it out, head over to the download page to grab the latest.

0 comments voice your opinion now!
xml serialization object convert docblock comment


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using XML - A PHP Developer\'s Primer, Part 2

Felix Geisendorfer's Blog: Two Tutorials - Title to Slug & Dependencies with If

Michael Kimsal's Blog: Ecommerce system ideas

Matthew Weir O'Phinney's Blog: PHP 5's Reflection API

Federico Cargnelutti's Blog: Testing Zend Framework Action Controllers With Mocks


Community Events











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


functional community database podcast rest release unittest phpunit symfony2 series testing development usergroup interview framework opinion zendframework2 introduction conference language

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