Implemented table classes for each webpage.

This commit is contained in:
2023-05-27 15:53:50 -05:00
parent 12e1f06897
commit b8ba9dc5d4
9 changed files with 95 additions and 85 deletions

View File

@@ -1,6 +1,7 @@
<?php
require("class.php");
use table\Table;
function get_main () {
$db = $GLOBALS["db"];
/*