#165 added working paths
This commit is contained in:
parent
a5f4790c58
commit
0f633c4076
5
slingit/path/PLIB.php
Normal file
5
slingit/path/PLIB.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class PLIB extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'lib/', $subpath);}
|
||||
}
|
||||
5
slingit/path/PPAGE.php
Normal file
5
slingit/path/PPAGE.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class PPAGE extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'slingit/page/', $subpath);}
|
||||
}
|
||||
5
slingit/path/PSAI.php
Normal file
5
slingit/path/PSAI.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class PSAI extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'slingit/sai/', $subpath);}
|
||||
}
|
||||
5
slingit/path/PSQL.php
Normal file
5
slingit/path/PSQL.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class PSQL extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'slingit/sql/', $subpath);}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user