erste article-Implementation

article-Interface & -Klasse
+ createArticle.php mit article.css (Editor)
+ neuer "Beitrag erstellen"-Button in Navbar
This commit is contained in:
NOrtmann1
2026-05-26 10:36:56 +02:00
parent c41302d046
commit a1184299b1
6 changed files with 187 additions and 4 deletions
+3
View File
@@ -1,4 +1,7 @@
<?php
/*
* Die Klasse binhaltet alle Methoden für die Beiträge.
*/
interface articleDAO
{