Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->root = realpath(__DIR__ . '/../../../../');
 }
Exemplo n.º 2
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->defaultSchemaDir = getcwd();
     $this->defaultPhpDir = $this->detectDefaultPhpDir();
 }