From 705c4cb50eea66585cc95c7314001fce9dd197cd Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Tue, 5 May 2015 19:34:39 +0200 Subject: Initial commit --- products.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 products.php (limited to 'products.php') diff --git a/products.php b/products.php new file mode 100644 index 0000000..b8391d9 --- /dev/null +++ b/products.php @@ -0,0 +1,45 @@ +filterById($id)->findOne(); +$products = $category->getProducts(); +?> + + + + +Products + + + +

getName(); ?>

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