Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function decodaAutoloader($class) {
  2. error_log(JPATH_LIBRARIES . $class . '.php');
  3. include JPATH_LIBRARIES . '/decoda/' . $class . '.php';
  4. }
  5.  
  6. spl_autoload_register('decodaAutoloader');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement