Download Latest Version objSQL_3.9.0_docs.zip (334.8 kB)
Email in envelope

Get an email when there's a new version of objSQL

Home / objSQL 3.3.0
Name Modified Size InfoDownloads / Week
Parent folder
objSQL_3.3.0.zip 2013-11-26 30.4 kB
readme.txt 2013-11-10 1.5 kB
objSQL_3.3.0_docs.zip 2013-11-10 629.7 kB
Totals: 3 Items   661.6 kB 0
App:       objSQL 
Version:   3.3.0
Author:    MT Jordan <mtjo62@gmail.com>
Copyright: 2013 
License:   zlib/libpng License

**********************************************************************************

objSQL: Database Access Class

objSQL is a PHP5 based database access layer for web centric database servers. 
Primarily designed for small to medium projects, objSQL utilizes an "Object Based"
approach for handling database queries with built in helper methods for a common 
API.

*********************************************************************************

objSQL Features:

    * Object based code simplifies hooking into projects and allows for better
      encapsulation and exception handling
    * Reusable prepared queries with parameter binding
    * Transaction support including rollbacks and savepoints
    * Helper methods simplify executing queries without writing SQL statements
    * Very small footprint with the entire library approximately 120Kb in size
      unpacked
    * Requires no third party libraries other than enabled database PHP extensions

Supported Databases:

    * CUBRID 9.1+
	* Firebird 2.5+
    * MariaDB 5.1+ (uses the MySQL drivers)
    * MySQL 4.1+ (5.x+ recommended)
    * PostgreSQL 7.4+
    * SQL Server 2005+
    * SQLite3

objSQL Requirements:

    * PHP 5.4+ 
    * Enabled PHP extensions
    * Enabled PDO extensions

*********************************************************************************
Source: readme.txt, updated 2013-11-10