Advertisement
Guest User

Untitled

a guest
Nov 16th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. Autoloader::add_core_namespace('MyPackage');
  4.  
  5. Autoloader::add_classes(array(
  6.     'MyPackage\\MyClass' => __DIR__.'/classes/myclass.php',
  7. ));
  8.  
  9. /* End of file */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement