Advertisement
terorama

WP / inc / classmap.php

May 29th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2.  
  3.    $z = DIRECTORY_SEPARATOR;
  4.    
  5.    $classmap = array(
  6.       /*'Debugger'=>'utils'.$z.'debug.inc.php',*/
  7.       'SimpleDecorator'=>'utils'.$z.'decorator.inc.php',
  8.       'DBConn'=>'wpdb'.$z.'db.inc.php',
  9.       'DBModel'=>'wpdb'.$z.'dbmodel.inc.php'
  10.      
  11.    )
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement