Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
__autoload « Class « PHP
PHP
Class
__autoload
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