fixed paths
This commit is contained in:
parent
bc9aeeaada
commit
868d5666ce
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class PPAGE extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'basic_demo/page/', $subpath);}
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'demo_basic/page/', $subpath);}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class PSAI extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'basic_demo/sai/', $subpath);}
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'demo_basic/sai/', $subpath);}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class PSQL extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'basic_demo/sql/', $subpath);}
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'demo_basic/sql/', $subpath);}
|
||||
}
|
||||
@ -1,3 +1,4 @@
|
||||
auxiliary.org-netbeans-modules-php-smarty.smarty-framework=true
|
||||
include.path=${php.global.include.path}
|
||||
php.version=PHP_56
|
||||
source.encoding=UTF-8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user