News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
Stupid PHP Tricks Normalizing SimpleXML Data
June 03, 2008 @ 09:34:22

Brian Moon has a "stupid PHP trick" posted to his blog today - normalizing SimpleXML data you've pulled in from just about any external source.

Anyhow, one annoying thing about SimpleXML has to do with caching. When using web services, we often cache the contents we get back. We were having a problem where we would get an error about a SimpleXML node not existing.

They were using memcache to store the information but came across problems when their code tried to use a (sometimes) empty tag. He gives two solutions - one using a recursive function that identifies the empty items and the other that encodes then decodes the object to and from JSON, keeping the values intact.

0 comments voice your opinion now!
trick stupid simplexml normalize json recursive empty tag


blog comments powered by Disqus

Similar Posts

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

Larry Garfield: On empty return values

ProDevTips Blog: Fluent Arrays and Strings in PHP - Adding JSON and more

Raphael Stolt's Blog: Handling JSON responses on the client side

PHPBuilder.com: PHP Arrays: Advanced Iteration and Manipulation


Community Events











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


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

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