Skip to content

Commit 560e29c

Browse files
committed
README Updates
1 parent fc775a3 commit 560e29c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ This is an Automatic ClassFile Loader for PHP.
88
<li>There you go!</li>
99
</ol type="1">
1010

11+
<p>Whenever a class is referenced throughout the PHP runtime environment, if the classFile is not yet included into the runtime, the system automatically calls the "spl-autoload-register" for the classFile. And this call is directed to the "lib" directory in the server root, and all the class files under the subdirectories are included into the project.</p>
1112
<p>This is the preferred method for autoloading classes in PHP 7.2 onwards</p>

0 commit comments

Comments
 (0)