Minor: Added commented out debug line.
authorRoland Haeder <roland@mxchange.org>
Fri, 17 Oct 2014 18:14:11 +0000 (20:14 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 17 Oct 2014 18:14:11 +0000 (20:14 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/loader/class_ClassLoader.php

index 53ee90c3d1045ffd9e8d1aea18d5719e880e4032..9e295f5bf948bb71141d798ecfe685e9992ae35f 100644 (file)
@@ -384,6 +384,7 @@ class ClassLoader {
                $fileName = $this->prefix . $className . $this->suffix;
 
                // Now look it up in our index
                $fileName = $this->prefix . $className . $this->suffix;
 
                // Now look it up in our index
+               //* DEBUG: */ echo "ISSET: ".$fileName." - Start<br />\n";
                if ((isset($this->classes[$fileName])) && (!in_array($this->classes[$fileName], $this->loadedClasses))) {
                        // File is found and not loaded so load it only once
                        //* DEBUG: */ echo "LOAD: ".$fileName." - Start<br />\n";
                if ((isset($this->classes[$fileName])) && (!in_array($this->classes[$fileName], $this->loadedClasses))) {
                        // File is found and not loaded so load it only once
                        //* DEBUG: */ echo "LOAD: ".$fileName." - Start<br />\n";