This is an object framework that allows you to quickly and easily develop a web-based front-end to your database system. This class is designed for experienced web developers, not beginners.
This system is designed for users wishing to implement database interaction on a system that does not support any SQL database. It has a growing function library and stores everything in flat files.
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
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.
An easy to use, step-by-step report generation tool for MySQL.
A non-OO database abstraction layer designed to be fast and small in size.
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.
This class will help split record sets into pages. Set your base record and a number to use as an offset. It's methods return values to create navigation links. It returns first/second/total items in a series, previous/next/current page, total pages,
This is an object oriented library that includes enhanced features aiding in the rapid creation of web-based interfaces to a database.
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. |