All fields from a mysql table

All fields from a mysql table

Karl-Heinz BärKarl-Heinz Bär Posts: 1Questions: 1Answers: 0

Hi Allan,
is it possible to get all fields from a mysql table?
I want to edit all fields from this table without define each field with Field:inst('fieldx').
My idea is to get all fields with the SQL-Statement "SHOW COLUMNS FROM table", save it in an array $arr_tables and refer it to the Editor instance, is that possible? Do you have an example for this solution?

Greeting
KH

This discussion has been closed.