From d88dbce61238c48bdd79c62485e764ce658d661c Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 12 May 2015 14:30:06 +0000 Subject: [PATCH] form : remove the prefix, which is not compatible with the definition of values. The developper must use it's own prefix method git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2169 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- form.php | 57 -------------------------------------------------------- 1 file changed, 57 deletions(-) diff --git a/form.php b/form.php index 224628e..84953f1 100644 --- a/form.php +++ b/form.php @@ -54,8 +54,6 @@ class form page - [mandatory] : boolean to add a red star at end of label - [hidden] : hide the field (add a style='display:hidden' to the field) - - [prefix] : the prefix added to the name (in XXX/YYY/ZZZ form). - Will form an array to the result - [rows] : Number of rows - [cols] : Number of columns @@ -211,9 +209,6 @@ class formfield public $mandatory; /** The statut of error of the field */ public $error; - /** the prefix added to the name (in XXX/YYY/ZZZ form). Will form an array to - the result */ - public $prefix; /** Number of rows */ public $rows; /** Number of columns */ @@ -245,8 +240,6 @@ class formfield $res .= "'>\n"; $res .= "