jasperfw/form-builder

Dynamic form builder, validator and processor

1.1.2 2022-06-16 15:52 UTC

This package is auto-updated.

Last update: 2024-05-20 20:17:02 UTC


README

Current Stability: Beta

The Data Inteface Library provides a range of utilities for interacting with data, from database access classes wrapping PDO for various database systems, to automated data modeling and management classes, to a powerful form building and validation system. Put together, these tools provide the ability to model a database table and manage the data therin with a simple PHP array.

Features

  • Automatically generate HTML forms, from simple PHP array definitions.
  • Validates input to the form
  • Automatically generates user feedback such as error messages.
  • Easily customizeable by extending existing form element classes.