Aufgabe 7

This commit is contained in:
Robert
2023-12-08 17:21:01 +01:00
parent c69ffd7aa2
commit 070945c4a5
72 changed files with 9225 additions and 995 deletions

9
M4/emensa/composer.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "emensa/mvc",
"description": "routing script for module Datenbanken und Webtechnologien MVC",
"license": "proprietary",
"require": {
"eftec/bladeone": "^4.1",
"ext-mysqli": "*"
}
}