File Manager

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

<?php

class cge_report
{
  private $_data = array();
  private $_types = array();

  public function add_row($rowdata,$key = '')
  {
    $this->_data[$key] = $rowdata;
  }

  public function set_types()
  {
    // this is a test.
  }
} // end of class

?>


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