How to call autoload() php?
Rate this page : |
[ 0 votes]
|
Autoloader is a magic method in php which calls automatically when we try to create an object on the class and if the class in the script is not found by php engine then it will call autoload magic method.