Recently I had to develop a web-based application that involved lots of people updating a huge database remotely. The application had to provide the usual navigation facilities (next/prev/first/last, etc) and record creation/deletion, etc. facilities that are expected from a normal database application.
As an afterthought, a server based tool that would have a database schema - or say the CREATE TABLE sql command - as input and that will automatically create a web page with relevant PHP code and preferably using some standard database abstraction layer - would be fantastic!
Does anyone know of any such similar system? I don't want to re-invent the wheel unless necessary.
As an afterthought, a server based tool that would have a database schema - or say the CREATE TABLE sql command - as input and that will automatically create a web page with relevant PHP code and preferably using some standard database abstraction layer - would be fantastic!
Does anyone know of any such similar system? I don't want to re-invent the wheel unless necessary.