Updated Simple_HTML_Dom and fixed module XML to work with KH 3.3

This commit is contained in:
Deon George
2014-08-22 15:37:59 +10:00
parent 711c11dc03
commit edd21b4d5c
8 changed files with 1601 additions and 834 deletions

View File

@@ -0,0 +1,13 @@
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Document : xml.php
* Created on : 1 mai 2009, 13:03:03
* @author Cedric de Saint Leger <c.desaintleger@gmail.com>
*
* Description:
* XML class. Use this class to override XML_Core.
* Extend this class to make your own XML based driver (Atom, XRDS, GData, RSS, PodCast RSS, or your own brewed XML format)
*/
class XML extends XML_Core
{}