Klassen article und articleDAO

This commit is contained in:
NOrtmann1
2026-05-22 17:09:20 +02:00
parent aaefd2917e
commit c41302d046
3 changed files with 69 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
/*
* Klasse: Artikel
* TODO Beschreibung hinzufügen
*/
class article
{
}
?>