DEV Community

Cover image for Low-Code: Browse and Form
Alec
Alec

Posted on

Low-Code: Browse and Form

Using the Wizards Toolkit low-code library I quickly build both a Browse List and Update Form.

This is done by putting in basic SQL information into the Wizards Toolkit Builder. Just the table name, unique identifying column, and columns you want to see and update.

The WTK Builder creates fully functioning PHP pages which are easily editable. The pages handle listing, viewing, editing and saving of data. What's not seen is it also handles logging what changes were made to an update-log data table.

For the update page I edit it so it uses JScolor to allow picking colors in a very user-friendly manner.

Oldest comments (0)