some fix filters
This commit is contained in:
@ -13,7 +13,9 @@ class InputFilter extends Filter
|
||||
// $this->html = "<td>";
|
||||
//// var_dump(key($this->data));
|
||||
// $key = key($this->data);
|
||||
// foreach ($this->data as $value){
|
||||
// foreach ($this->data[$key] as $value){
|
||||
//// echo "<pre>";
|
||||
//// print_r($value);
|
||||
// $this->html .= "<input type='$key' name='$this->name' value='$value'>";
|
||||
// }
|
||||
// return $this->html . "</td>";
|
||||
|
Reference in New Issue
Block a user