Hi,
I don't know how to get the properties of fields I defined in the fields.ini.
Example fields.ini
[fieldname]
widget:label = "Testlabel"
widget:description = "Testdescription"
How can I get the label if I know the tablename and the fieldname in the database.
So I want something like this:
$label = $table[tablename]->field[fieldname];
This should set $label to "Testlabel".
How do I do this?
Thanks for yur help.
Best regards
Richard