Check for class loaded on SplClassLoader

This commit is contained in:
Shoghi Cervantes 2014-06-03 19:24:34 +02:00
parent ff48b0be53
commit 97f3959e83

View File

@ -1,6 +1,8 @@
<?php
require("SplAutoloader.php");
if(!class_exists("SplAutoloader")){
require("SplAutoloader.php");
}
/**
* SplClassLoader implementation that implements the technical interoperability