Mammut Framework

Developer handbook :: Database Abstraction Layer :: Overview

Overview

prev next

Blubb

The mammut framework abstraction layer provides a database independent access to SQL database systems. It allows the usage of most common language stuctures and easy to use array/object input/output methods to access the db layer in an oop style.

Supported databases
Name Supported versions Support status
MySQL 4.1 and above rc
MSSQL 8.0 (2000) and above beta
Firebird - planned
PostGre 8.0 and above beta
Oracle - planned
 
Supported php database interfaces
Name Supported versions Support status
PDO mysql, mssql, firebird, postgre rc/alpha/planned/beta
MySQL 4.1 and above rc
MySQLi 4.1 and above rc
MSSQL 8.0 (2000) and above beta
Firebird - planned
PostGre 8.0 and above beta
JoomlaDB 1.5.0 and above rc

Chapters

  1. Supported field types
  2. Connecting to a database
  3. Using SQL
    1. Supported SQL functions
    2. Supported SQL expressions
  4. Using Abstraction Classes
  5. Class Information