From 949310be8b2996dfcffc8a92b5e9747bf7abec67 Mon Sep 17 00:00:00 2001 From: goujonpa <goujonpa@gmail.com> Date: Thu, 19 Jun 2014 01:15:15 +0200 Subject: [PATCH] animaux : ta race --- class/race.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/class/race.php b/class/race.php index 113e394..00cd1eb 100644 --- a/class/race.php +++ b/class/race.php @@ -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() -- GitLab