https://github.com/gartner/db_dataobject_formbuilder_frontend
A highly configurable frontend for databases, using PEAR::DB_DataObject
https://github.com/gartner/db_dataobject_formbuilder_frontend
Last synced: 5 months ago
JSON representation
A highly configurable frontend for databases, using PEAR::DB_DataObject
- Host: GitHub
- URL: https://github.com/gartner/db_dataobject_formbuilder_frontend
- Owner: gartner
- Created: 2012-07-19T07:36:51.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T12:28:47.000Z (over 4 years ago)
- Last Synced: 2025-10-25T01:24:42.083Z (9 months ago)
- Language: PHP
- Size: 238 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DB_DataObject_FormBuilder_Frontend
==================================
A highly configurable frontend for databases, using PEAR::DB_DataObject
How to use this can be found on the webpage http://pear.quercus.palustris.dk/
This entire webpage is included in the repository, for you to install and run on your own server if you want to try the examples.
### How to install ###
To install this on your own webserver, checkout the repository, point the DocumentRoot to the examples/-folder in the root of the checkout.
Then run [Composer](http://getcomposer.org) from the base of the checkout, to install required packages.
In the includes/-folder, rename the file dbpw.php-dist to dbpw.php and edit it to include your database credentials.
If this database is an empty mysql-database, insert the contents of the file /development/mysql.sql into it. This could be done by running the command 'updateMysql.php mysql.sql'
It will be wise to run the 'createDataObjects.php', also located in the developer/-directory, every time you change the structure of your database.