DAL is a database abstraction layer written entirely in PHP. It's goal is to provide a general and consistent way for accessing a database from within a php page/script. DAL has some general methods that can be used to access the database from within php code. The implementation details (like how to connect to the database) are taken care of by drivers which extend DAL.
Paginator Is a php class that will help you to split your record sets into pages. I wrote this class to save myself some time and then thought others might find it helpful. Paginator will return a number that you can use to set your base record and a number to use as an offset. For now I know it works in mySQL queries and with arrays.
SQLc is a PHP-based MySQL manager tool.
It is small, secure and easy to use.
The script will be useful to PHP programmers and webmasters.
Main script features:
Write custom SQL queries fast, view query history and store common queries;
Backup the database to SQL or GZip file;
Restore the database from a previous backup (large files are handled easily);
Script is very small, so can be uploaded via FTP in mere seconds;
It is FREE.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.