Advertisement
Guest User

Untitled

a guest
Feb 1st, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function __autoload($class_name) {
  2.     if ($class_name == 'Email')
  3.     {
  4.         include '/path/to/new/library/Emailer.php';
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement