You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
279 B

<?php
/*
* Created on 2013-12-26
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
namespace PHPEMS;
define('PEPATH',dirname(dirname(__FILE__)));
class app
{
public $G;
public function __construct()
{