donationfb Code
Brought to you by:
owenks2
This is a (working) mockup of something that could be added to a food donation website, enabling an online visible copy of the record of donations. It currently allows anyone to record any positive donation from one of two made up donors. Preliminaries i.e. stuff you need to do just once: Pear: Install MDB2, and MDB2_driver_mysql, HTML2_Quickform Mysql database: create a new database (or note the name of an existing database) and update the credentials in fb_my_database_credentials.php php create tables: Run fb_create_tables.php Layers: Styling: .css, fb_header.html Presentation (Form): fb_form.html.php Form interface layer: index.php Business layer: fb_get functions Database interface layer : fb_DB_Interface class