This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
2016-02-24 23:18:14 +01:00

5 lines
170 B
PHP

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