Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
ZBase 1.0b1
TextDB 0.0.5pr2
tgcSqlBuilder 1.0.0
SQL Solution 5.0
SoftX Report Writer 4.1
Small Unit Raid 0.01
phpMySQLAutoBackup 0.1c
PHP:Paging 1.0
Paginator 1.0
OO PHP Library 1.3
MySQL Database Abstraction Layer 1.0.1
mySQLHandler 1.0
MySQL-XML 1
ezSQL 1.11
EasyMySQL 1.0
Top Code
AccessDBM 1.1
ADODB Database Wrapper Library 0.50
Boolean Query to SQL Query Translator 1
class.dbcon 0.95
CodeKit Universal Code Table 1.05
Database Abstraction Layer (DAL) 0.2.0
DBclass 1.2
EasyMySQL 1.0
ezSQL 1.11
MySQL Database Abstraction Layer 1.0.1
MySQL-XML 1
mySQLHandler 1.0
OO PHP Library 1.3
Paginator 1.0
PHP:Paging 1.0
PHP > Functions and Classes > Database Management
Source List
All | Freeware

Code 11-20 of 22   Pages: Go to  << Prior  1  2  3  Next >>  page  


Simple MySQL abstraction layer. Three functions require calls from within your scripts to modify, insert, update, delete and select records. Select queries returned as 1 or 2-D arrays. Internal debugger catches script errors and mails them to admin.



Use this class to access a MySQL database and use the most common functions. Results are returned as multidimensional arrays, so you don't even have to touch any of PHP's MySQL commands. It features error logging and basic MySQL functions.



An XML wrapper for MySQL databases to enjoy the advantages of SQL and XML.



A class designed to make it easy to use MySQL, Oracle8, InterBase/FireBird or PostgreSQL databases with your PHP scripts. It allows you to use a smaller set of ezSQL functions instead of standard PHP database functions.



This set of PHP classes allow developers to easily access any MySQL database. It was modeled after ADO.



A MySQL wrapper class that makes connecting to and manipulating a database easy. It does all the error checking for you and it will return results from a database query in an easy to use two dimensional array.



DAL is a Database Abstraction Layer written entirely in PHP. The goal is to provide users with a general way to access databases. Changing from one DBMS to another only means changing the driver you wish to use.



An interface to a universal database code table. It takes all of the programming work out of maintaining multiple database code definition sets.



A small class that provides an easy way to store and reuse database connections. Most useful when you do not know if you will be needing a connection in the program.



A set of PHP functions that convert boolean syntax into SQL statements that can be run as a database query.