MintyPHP Forms: a flexible PHP form builder
Forms play an important role in business software. Business software typically loads data from a relational database into a form, allows users to change the data and then saves the data from the form back into the database. If you make a lot of business software you have to create and design a lot of forms. To allow you to create nice looking forms (using Bulma for instance) without having to type a lot of boilerplate code I created MintyPHP Forms. ...