This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Releases: solleer/Form
Releases · solleer/Form
Release list
Version 1.0
Initial Release
Includes
- Interfaces
- GenericForm - what forms implement
- Loadable - forms implement this if they want external data to be loaded from the db
- Controller - the controller that is fed implementations of GenericForm and will load data if they implement Loadable
- Implementations
- Save - allows saving to any class that implements ArrayAccess (like Maphper)
- SaveFile - Saves uploaded files and saves path to the db
- Delete - deletes an entry from the db
- DeleteFile - deletes a file and its entry from the db