PHP Program Database(PPDB)

SurveyBuilder-Admin
PHP Program Database(PPDB)
XHiddenProjects Friday 3rd December 2021, 18:34:11

Hay everyone, I have made a PHP Program DataBase(or PPDB) that allows you to add simple PHP code to create an inner-Database and not the one for config just for multi storing plugin config,

Comparing PPDB vs Flatboard

:
PPDB:
- Can display and show by table
- Keeps PHP code DRY("Don't Repeat Yourself")
- Contains simple DEFINED consent variables
- Can update every change you make
- Simple converter JSONTOARRAY or ARRAYTOJSON
- custom expectations
- Simple CSS and JS inserts and autocomplete functions(both link and written)
- Can be used for custom plugins for flatboard
- Good for beginners and advanced programmers
- Simple documentation
- default "db" storage folder
- more

Flatboard storage:

- It's not so easy to view data
- Doesn't keep PHP code DRY("Don't Repeat Yourself")
- Can only update ONCE on save config
- Simple CSS and JS inserts and autocomplete functions(both link and written)
- Good for beginners and advanced programmers
- Advanced documentation
- default "data" storage folder
- more...

Instructions:

1. Download: https://github.com/surveybuilderteams/PPDB
2. Added it to any folder in the server.
3. go to "header.php"
4. add
require_once '{PATH_TO_/libs/ppdb.lib.php}'


That is it...

Documentation

Report issues

This will help make your plugins more flexible and store data easily, this uses, of course, JSON.

Hope you enjoy it

Last modified by XHiddenProjects on Thursday 9th December 2021, 03:33:00
Software engineer, creates plugins for Flatboard, checks source codes, and answers any software errors questions and contributes on the GitHub page as well

Replies 3
SurveyBuilder-Admin
XHiddenProjects  Thursday 9th December 2021, 14:07:54

And what I mean by ONCE, I mean update on 1 file
Software engineer, creates plugins for Flatboard, checks source codes, and answers any software errors questions and contributes on the GitHub page as well

Fred
Fred  Thursday 9th December 2021, 19:02:53

 , Your lib looks quite complete, but I don't have time to go into the details right now.
Flatboard incorporates a constant to minify the JSON data as needed.
A minified json file or not will not be easy to read in any case.
Bests regards.

Last modified by Fred on Thursday 9th December 2021, 19:03:00
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

SurveyBuilder-Admin
XHiddenProjects  Friday 10th December 2021, 16:16:51

  This can be used for anyone, I am glad you like it, but users can download it for themselves upload it to any part of their server. They would have to go to the header.php and put the code in, if you have time(no rush) you can add it manually and have it stored. I did make an auto-updater, which will tell anyone if I updated the software. Nice background also.
Software engineer, creates plugins for Flatboard, checks source codes, and answers any software errors questions and contributes on the GitHub page as well