using autoload with PEAR


/ Published in: PHP
Save to your folder(s)

__autoload is often used to load class files from a specific user-defined directory. by simply adding the user-defined directory to the include_path, however, autoload can be used to load user class files as well as PEAR class files. Assuming the PEAR naming convention is adhered to for the user defined classes.

URL: http://www.drewcking.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.