Skip to content
Snippets Groups Projects
Commit 60a913b9 authored by NF17 Etudiant's avatar NF17 Etudiant
Browse files

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

parents 52939ade 8514b87a
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,21 @@ class Ordonnance extends Objet
protected $date;
protected $prix;
public $_specialFields = array(
"employe" => array(
"t" => "ForeignField"
"id" => array(
"i" => 1
),
"date" => array(
"i" => 2
),
"animal" => array(
"i" => 3
),
"employe" => array(
"i" => 4,
"t" => "ForeignField"
),
"prix" => array(
"i" => 5
));
public function id()
......
......@@ -15,6 +15,9 @@
</thead>
</table>
<br/>
<hr/>
<h2>Top 3 des meilleurs clients</h2>
<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