Updates from AER.ORIG

This commit is contained in:
Deon George
2014-12-10 10:48:58 +11:00
parent e2475dba9e
commit b65ee7b736
9 changed files with 1602 additions and 836 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
{}