Skip to content
Snippets Groups Projects
Commit 2ccc108a authored by goujonpa's avatar goujonpa
Browse files

ordo

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