Is it possible to get a list, and a tree structure of all the files that dataface users would modify?
By this I mean the ini files?
I realize there are others, like the .php files for delegate classes, smarty templates and so on. These would be nice also. But mostly I want to know what all ini files we have.
So far I have
/path.to.app/conf.ini
/path.to.app/appfile.php (usually just index.php though more are possible)
/path.to.app/valuelists.ini
/path.to.app/actions.ini
hopefully soon:
/path.to.app/fields.ini
/path.to.app/tables/tablename/fields.ini
/path.to.app/tables/tablename/relationships.ini
/path.to.app/tables/tablename/valuelists.ini
/path.to.app/tables/tablename/actions.ini? (if not hopefully soon?)