From 705c4cb50eea66585cc95c7314001fce9dd197cd Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Tue, 5 May 2015 19:34:39 +0200 Subject: Initial commit --- categories.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 categories.php (limited to 'categories.php') diff --git a/categories.php b/categories.php new file mode 100644 index 0000000..2ef44df --- /dev/null +++ b/categories.php @@ -0,0 +1,35 @@ + + + + +Categories + + + +

Categories

+ +
+
+find(); + + foreach( $categories as $category ){ + echo "
getId()}\">{$category->getName()}
"; + echo "
{$category->getDescription()}
"; + } + +?> +
+
+
+ + + \ No newline at end of file -- cgit v1.2.3-70-g09d2