5 lines
167 B
PHP

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