Skip to content
Snippets Groups Projects
Commit 588ef988 authored by goujonpa's avatar goujonpa
Browse files

ordonnance

parent f8f5c1e9
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()
......
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