Skip to content

v1.4.0 - Generating ALL CRUD to API REST With Slim FrameWork

Compare
Choose a tag to compare
@bjverde bjverde released this 15 Apr 01:43
· 219 commits to master since this release

With Slim FrameWork to support API REST. Read the database and create the REST APIs

You choose the type of system that Generate:

  • FormDin - Web system HTML + JS + CSS
  • REST only With Slim FrameWork
  • FormDin + REST

Type API Generating

  • POST = Insert a new Record
  • PUT/ID = Update Record By ID
  • GET = Select ALL
  • GET/ID = Select By ID
  • DELETE/ID = Delete By ID

Main Changes

  • 🔨 #58 - create POST and PUT
  • 🔨 #60 - new commom skeleton
  • 🔨 #64 - new classe Message
  • 🔨 #66 - Show Close Button Windows = false
  • 🔨 #67 - Include Minimum Version Fordin
  • 🐛 #68 - Waring: Invalid argument
  • 🐛 #69 - Undefined index: KEY_TYPE
  • 🐛 #70 Notice: Undefined index: FkFieldsTableSelected