What?
DB_DataObject_FormBuilder_Frontend is a package to help making frontends, using DB_DataObject and DB_DataObject_FormBuilder.
It is configured using XML-files, from where you can set the tables to be edited, and it will take care of mostly everything: Display a list of these tables, display a list with the contents/rows of these tables, and showing the form from which to edit or add rows.
To use it, you will need some knowledge of both DB_DataObject and DB_DataObject_FormBuilder
Examples
- Simple
- A simple usage of the frontend