Are you logged in? Yes, so you see the control elements, New, Edit and Delete. With New you can create a new record. With Edit you get directly a form to change your record. With Delete you get immideately rid of your record.
Connect a catalog element to your table and get automatically a a catalog with form and detail page (Catalog on the fly)!
With "get_datadefinition.php" you can can create a datadefinition, which contains the declaration for:
- data access class
- form
- tabulator (formatting of the columns)
- HTML for the catalog,
your individual columns need to be placed there manually
Change the data definition according to your wishes. Add your table columns manually as placeholder to your catalog layout. You can easily add or remove an image upload. Textareas can be enriched with tinymce for a better editing and formatting.