Create a PHP online database application / data entry application without coding

2014 年 8 月 22 日3890

I run a fansite for a few online games, and we're developing tools to help users through their play. We're running the tools off of an sqlite database and using DaDaBIK to allow our contributors to add and edit data about spells/stats/gear/etc. I also hope to create a front-end install to allow visitors to search our data and generate CSV files for their own tools and spreadsheets.

Running our tools off of a single database is reducing the time required to update multiple applications as data gets added, and DaDaBIK is providing a simple user interface so that my partners can keep the data current without having to learn complicated software. My PHP skills are not very strong, so it has saved me a lot of time in coding repetive CRUD forms, interfaces, and session/auth scripting, allowing me to focus my time on the more important task of creating new tools.

Nick Steimling, United States

0 0