Skip to content
Snippets Groups Projects
Commit 949310be authored by goujonpa's avatar goujonpa
Browse files

animaux : ta race

parent aa86e462
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,19 @@ class Race extends Objet
protected $prix_intervention;
public $_specialFields = array(
"espece" => array(
"t" => "ForeignField"
"t" => "ForeignField",
"i" => 3
)
"nom" => array(
"t" => "ForeignField",
"i" => 2
)
"id" => array(
"i" => 1
)
"prix_intervention" => array(
"label" => "Prix de l'intervetion",
"i" => 4
));
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