* autoload is only invoked when a class is not found - no need for include_once

release-0.6
till 16 years ago
parent 5526acb151
commit c762c07ce9

@ -95,7 +95,7 @@ function __autoload($classname)
),
$classname
);
include_once $filename. '.php';
include $filename. '.php';
}
/**

Loading…
Cancel
Save