Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Version 1.0

Latest

Choose a tag to compare

@solleer solleer released this 20 Apr 16:39

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