BetterXML
Everyone hates the way that PHP’s SimpleXML object handles variables. We find ourselves constantly checking if the string we’ve been given back contains numeric or boolean values. Well… here’s a quick fix. <?php /** * A decorator for SimpleXML to add 2 important things: * 1) The "hasChildren() method". * 2) The "asVar()" method [...]

Recent Comments