some fix filters

This commit is contained in:
2024-08-28 12:12:52 +03:00
parent b4dc2f6ab1
commit f03ec200ac
4 changed files with 13 additions and 11 deletions

View File

@ -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>";