This commit is contained in:
SimonGschnell
2024-05-23 15:40:23 +02:00
parent 186e9e6f08
commit 729509a45d
4 changed files with 57 additions and 12 deletions
@@ -70,6 +70,9 @@ class Stundenplan extends Auth_Controller
{
$this->load->model('ressource/Stundenplan_model', 'StundenplanModel');
$result = $this->StundenplanModel->getRoomDataOnDay('EDV_A2.06','2024-05-21');
//echo($this->db->last_query());
echo json_encode($result);