A database abstraction layer (DBI) that supports MySQL, PostgreSQL, Interbase, Microsoft SQL, Oracle, ODBC, ADO, Microsoft Access, and Visual FoxPro. Includes array, popup menu and HTML table generation from SQL. Modelled on Microsoft's ADO, which makes porting ASP programs easier.
An on-the-fly ORM layer, meaning it does not require configuration files or a pre-existing database schema to operate. Instead, the library designs its own database structure based upon your interactions with so-called "bean objects". In short, it will create the tables and columns your code needs on the fly.
A simple PHP object that makes it easy to control and handle all connections to the MySQL Database server. The bundle contains an example file.
A database abstraction class written in PHP using object-oriented technologies.
This function automates the backup of your MySQL databases. It exports your database (data and structures), compresses it into gzip format and emails it to you. Schedule it to run every day or week by adding it to a cron job.
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.
This class easily allows you to break up large result sets from a database query. Present it to the viewers in a more manageable way and restrict database results without having to create complex pagination code.
PHP:Paging will help you create record paging. This component will take care of all the boring parts, leaving only the creation of the layout for you.
Light but powerful and flexible flat file database class, featuring equivalents to SQL SELECT (including LIMIT and ORDER BY), INSERT, UPDATE, and DELETE, with complex WHERE clauses for all. Well documented and easy to use.
A tool which helps you split large result sets over multiple pages.
This class can be used to display MySQL query results in HTML tables. It executes a given SQL SELECT query and generates an HTML table defined by a template to display the query results. The results table also shows links to navigate between query result pages. The number of result rows to display per page is configurable.
Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible.
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.
This PHP class library is designed to help manage select, checkbox and radio lists. It gets lists from databases for further output on the HTML-page and provides an admin script for inputting the references into the database.
Create and manage previous, next and page number links from a repeat region.
This provides an object-oriented interface to easily build SQL statements without the need for string concatenation. You can build queries with methods like addWhere, addOrderBy or setLimit. Clean and easy. The class comes with full API documentation.
An interface to a universal database code table. It takes all of the programming work out of maintaining multiple database code definition sets.
This PHP class is a mySQL database access wrapper. It provides methods for interracting with a mySQL database from within PHP easily and securely. It also provides a very useful debug interface which shows you detailed info about each query your script has run.