__autoload « Class « PHP






1.Creating an __autoload() Function
2.Automatically Loading Include Files with ___autoload()
3.__autoload( ) is called whenever you try to create an object of a class that hasn't been defined
4.__autoload() function automatically includes a class file.
5.Using the __autoload() Function