Nombre total d'articles :
+ +Articles récents
+| ID | Titre | Date | Actions |
|---|---|---|---|
| + | + | + | + Modifier | + Supprimer + | +
diff --git a/admin/dashboard.php b/admin/dashboard.php new file mode 100644 index 0000000..951c6c8 --- /dev/null +++ b/admin/dashboard.php @@ -0,0 +1,35 @@ +query('SELECT COUNT(*) as c FROM articles'); +$count = $stmt->fetchColumn(); +?> + +
Nombre total d'articles :
+ +| ID | Titre | Date | Actions |
|---|---|---|---|
| + | + | + | + Modifier | + Supprimer + | +