A PHP Database Composer Access Module.

Home Install Configure Database Manager Admin Schema Management Data Access Common Code Annex A - Database Manager API Annex B - Admin Manager API Annex C - Schema Manager API Annex D - Data Access API Annex E - Schema Driver API Annex F - Common API Download GitHub project Currently v0.5.0

© 2023. All rights reserved.

db-php A PHP Database Composer Access Module

Home

Introduction

db-php is a composer module for php 7.2 and above for accessing Postgresql Databases using php. It started out as part of the “webtemplate” application but developed into a stand alone module.

It is hoped that it will be extended to allow access to a MySQL database at a later date.

Overview

The full functionality of db-php is accessed using dbmanager.php. This allows access to the three modules independently of each other. The three modules are:

  • Admin - Used to manage RBMS users and blank databases
  • Schema - Used to create and modify the database schema
  • DataAccess - Used to Select, Insert, Delete and Update information in the database.

Only one module can be activated at a time and if you attempt to access the wrong one the software will throw an exception.