File Manager

Current Path : /webspace/www.promiel.be/html/modules/CGExtensions/lib/
Upload File :
Current File : //webspace/www.promiel.be/html/modules/CGExtensions/lib/class.CGDomDocument.php

<?php

/*
 * A simple domdocument extension that includes abilities for js like innerHTML functionality in its elements
 */
class CGDomDocument extends DOMDocument
{
  public function __construct($version = '', $encoding = '')
  {
    parent::__construct($version,$encoding);

    $this->registerNodeClass('DOMElement', 'JSLikeHTMLElement');
  }
}

?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com