Skip to main content

A Level - Object Oriented PHP Database Management System with OOP to handle the SQL and render the HTML

Downloaded: 451

Last edit: 31 December 2022

THIS IS A PREVIOUS VERSION. THERE HAVE BEEN SLIGHT STYLISTIC CHANGES AND NOW PAYPAL SUBSCRIPTION INTEGRATED. NEWER VERSIONS WILL BE UPLOADED IN DUE COURSE.

This is a database system written in object oriented PHP. The SQL is all handled by the Database class. It is designed to be the minimum code possible code just to get object oriented SQL handling working.

The OOP form elements came originally from: https://www.dyn-web.com/php/form_builder/code.php. The Html class is enough for the index page, but you will probably want to add to it. I am grateful to Rob Williams of Oxford IT Solutions for the initial PHP Database Objects (PDO) code.

You will need a web server such as Xamp and you will need to import the SQL file using phpmyadmin - create a database called annrem first and then import the SQL file into that.

There is a fully working commercial version here: http://www.annrem.com/

 

Edit history

Chris Hall | 31.12.22

Notified of impending update and linked to a live version of the code.

Chris Hall | 31.12.22

Notified of impending update and linked to a live version of the code.

Unlock