From c50a323c25a0787ba2051b19721983776a229615 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 5 Feb 2015 00:40:47 +0100 Subject: Initial commit --- include/clients-overview.php | 118 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 include/clients-overview.php (limited to 'include/clients-overview.php') diff --git a/include/clients-overview.php b/include/clients-overview.php new file mode 100644 index 0000000..523aeef --- /dev/null +++ b/include/clients-overview.php @@ -0,0 +1,118 @@ +. + */ +?> + +
# | +Name | +Tools | +{$client->getId()} | ++ + {$client->getName()} + + | ++ + + | + "; + } + if (count($clients) == 0) { + echo "
---|---|---|
There are no clients in the database. Why not start with creating one, on the right? |