fixed paths
This commit is contained in:
parent
bc9aeeaada
commit
868d5666ce
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
class PPAGE extends \SYSTEM\PATH {
|
class PPAGE extends \SYSTEM\PATH {
|
||||||
public function __construct($subpath = '') {
|
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
|
<?php
|
||||||
class PSAI extends \SYSTEM\PATH {
|
class PSAI extends \SYSTEM\PATH {
|
||||||
public function __construct($subpath = '') {
|
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
|
<?php
|
||||||
class PSQL extends \SYSTEM\PATH {
|
class PSQL extends \SYSTEM\PATH {
|
||||||
public function __construct($subpath = '') {
|
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}
|
include.path=${php.global.include.path}
|
||||||
php.version=PHP_56
|
php.version=PHP_56
|
||||||
source.encoding=UTF-8
|
source.encoding=UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user