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 a20cb078a8
commit 78f0e6db06
8 changed files with 1601 additions and 834 deletions

View File

@@ -0,0 +1,12 @@
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Document : meta.php
* Created on : 1 mai 2009, 13:03:03
* @author Cedric de Saint Leger <c.desaintleger@gmail.com>
*
* Description:
* XML_Meta class. Use this to override XML_Meta_Core
*/
class XML_Meta extends XML_Meta_Core
{}