Add class_exists

This commit is contained in:
markjcrane
2016-04-14 23:23:14 -06:00
parent fdc0435ab3
commit 69d36b806d
7 changed files with 620 additions and 613 deletions

View File

@@ -26,6 +26,7 @@
include "root.php";
//define the schema class
if (!class_exists('schema')) {
class schema {
//define variables
@@ -873,8 +874,8 @@ include "root.php";
//else if ($output == "return") {
return $response;
//}
} //end function
}
}
//example use