Skip to content

Commit 8d19a2b

Browse files
committed
doc: changed to framework.
1 parent a3a1187 commit 8d19a2b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PHPIncluder
22

3-
A minimalistic PHP library for include/require
3+
A minimalistic PHP framework for include/require
4+
5+
**note**: Do not use PHPIncluder in libraries, it may not work as expected...
46

57
## features
68

@@ -108,8 +110,3 @@ if (userIsNotLoggedIn) {
108110
`./user/pi.dir.php` will be applied to all files in (and only) the `./user` directory that includes the `piLoader`.
109111

110112
**note**: `pi.dir.php` inclusion behavior does not act recursively - that is, no eventual `pi.dir.php` from parent directory is included
111-
112-
## Notes
113-
### including other apps
114-
If two different apps use a PHPIncluder and one app includes the second one, PHPIncluder may not work as expected.
115-

0 commit comments

Comments
 (0)