We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a1187 commit 8d19a2bCopy full SHA for 8d19a2b
README.md
@@ -1,6 +1,8 @@
1
# PHPIncluder
2
3
-A minimalistic PHP library for include/require
+A minimalistic PHP framework for include/require
4
+
5
+**note**: Do not use PHPIncluder in libraries, it may not work as expected...
6
7
## features
8
@@ -108,8 +110,3 @@ if (userIsNotLoggedIn) {
108
110
`./user/pi.dir.php` will be applied to all files in (and only) the `./user` directory that includes the `piLoader`.
109
111
112
**note**: `pi.dir.php` inclusion behavior does not act recursively - that is, no eventual `pi.dir.php` from parent directory is included
-
-## 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