remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:39 -03:00
parent de00d2b685
commit cd44b3c2b2
1 changed files with 0 additions and 4 deletions

View File

@ -26,8 +26,6 @@
*/
//define the schema class
if (!class_exists('schema')) {
class schema {
//define variables
@ -908,7 +906,6 @@ if (!class_exists('schema')) {
} //end function
}
}
//example use
//require_once "resources/classes/schema.php";
@ -917,4 +914,3 @@ if (!class_exists('schema')) {
//$obj->schema();
//$result_array = $schema->obj['sql'];
//print_r($result_array);
?>