Database Abstraction Library for 4 Databases |
| Date Created: 2008-07-04 |
|
Plug this include into your pages, configure the essentials (DB type: MySQL/Postgres/ODBC/Oracle; access data), and you can use simple db manipulation functions. Error printing can be turned off for a specific host; Oracle error logging provided. Instructions inside. Please feel free to improve.
|
IBDbObject |
| Date Created: 2008-07-04 |
|
| A caching Interbase 5.x/6.x database abstraction layer. Support for transactions, multi-querying. Stores the resultsets in associative and numerical arrays for easy handling.
|
MyDBObject |
| Date Created: 2008-07-04 |
|
| Database abstraction layer for MySQL. Caching of the resultset in both numeric and asscociative arrays. Enables you to jump both forwards and backwards in the resultset. Basic XML-output of the resultsets. Debug and logging functions.
|
Mydbackup |
| Date Created: 2008-07-04 |
|
| This is a backup script for MySQL using the mysqldump command. It was designed to be used with crontab to automate a database backup. It can be configured to switch on certain command line options that control the output of the backup.
|
Parse a CSV line |
| Date Created: 2008-07-04 |
|
| If you want to get the different arguments out of a comma seperated value line then this snippet is your right choice. it understands quoted arguments and escaped quotes.
|
Class dbMySQL |
| Date Created: 2008-07-04 |
|
| Classe de manipulagaxo de banco de dados MySQL via PHP
|
MySQL Database Abstraction Class |
| Date Created: 2008-07-04 |
|
| Use this class to separate database processing from application logic. Supports persistant and non-persistant connections, error handling and logging, action instance logging and tracking, to debug any troublesome code. Will format and return a tabulated dataset of any query, or will return just the result resource for use.
|
Backup And Restore Postgres Database |
| Date Created: 2008-07-04 |
|
| This is a script made with php for backup and restore a postgres database. Like pgdump.
|
Save and restore files In Postgresql database (Php Class) |
| Date Created: 2008-07-04 |
|
| A class to save and restore files in postgresql database. in the end of the class there is an exemple.
|
PHPRunner |
| Date Created: 2008-07-04 |
|
| PHPRunner builds visually appealing web interface for any local or remote MySQL database. Your web site visitors will be able to easily search, add, edit, delete and export data in MySQL database. Advanced security options allow to build password-protected members only Web sites easily. PHPRunner is simple to learn so you can build your first project in just fifteen minutes.
|