2019-08-22 23:00:15 +02:00

5 lines
173 B
PHP

<?php
class PSQL extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'neopolimatrix/sql/', $subpath);}
}