Skip to content
Snippets Groups Projects
Commit 700add68 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 3e449c74 f92706cc
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,19 @@ class Produit extends Objet
protected $prix;
protected $is_medicament;
public $_specialFields = array(
"id" => array(
"i" => 1
),
"nom" => array(
"i" => 2
),
"is_medicament" => array(
"t" => "BoolField"
"i" => 3,
"t" => "BoolField",
"label" => "Medicament"
),
"prix" => array(
"i" => 4,
));
public function id()
......
......@@ -3,6 +3,8 @@
<div class="page-header">
<h1>Statistiques</h1>
</div>
<h4>Statistiques générales : </h4>
<table class="table">
<thead>
......@@ -17,7 +19,7 @@
<br/>
<hr/>
<h3>Top 3 des meilleurs clients</h3>
<h4>Top 3 des meilleurs clients</h4>
<table class="table">
<thead>
<th>Nom </th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment