Skip to content

Commit

Permalink
autoloader.php - Ron M try this.
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@320 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Apr 29, 2012
1 parent 336f758 commit 399106d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions library/autoloader.php
Expand Up @@ -3,6 +3,10 @@
// Some ZF stuff has explicit require_once's in it... meh.
ini_set('include_path', ini_get('include_path') . ':' . dirname(__FILE__) );

// For Ron -
var_dump(ini_get('include_path'));
die('xx');

function _xerte_autoloader($class) {

$class = str_replace("_", DIRECTORY_SEPARATOR , $class);
Expand All @@ -16,8 +20,6 @@ function _xerte_autoloader($class) {

// hmm, pass onto someone else?
return false;


}

spl_autoload_register("_xerte_autoloader");

0 comments on commit 399106d

Please sign in to comment.