gruppieren algorithm erweitern

This commit is contained in:
SimonGschnell
2024-06-06 09:25:46 +02:00
parent 1a5d270936
commit 25d284389a
3 changed files with 134 additions and 59 deletions
@@ -66,15 +66,5 @@ class Stundenplan extends Auth_Controller
$this->outputJsonSuccess(getData($result));
}
public function RoomInformation()
{
$this->load->model('ressource/Stundenplan_model', 'StundenplanModel');
$result = $this->StundenplanModel->getRoomDataOnDay('EDV_A2.06','2024-05-21');
$result = hasData($result) ? getData($result) : [];
//echo($this->db->last_query());
echo json_encode($result);
}
}