Codeigniter library that help you convert and parse xml data into php object <?php class CI_Xml_Handle{ var $xml=”; function CI_Xml_Handle($xml_content) { $this->xml=$xml_content; } function XMLtoObject () { try { $xml_object = new SimpleXMLElement($this->xml); if ($xml_object == false) { return false; … Continue reading
Categories
-
Recent Posts
Archives



