px | top | add code | search | signup | login | help |
Title | Author | Rating | Views | Last Modified | ||
1 - PHP MySQL Web Interface 1.0 | Marcus | -- | 2662 | 2006-06-30 06:34:16 | [ link ] | [ show ] |
Having written a ga-zillian scripts, to query dbs, decided it would be much simpler to call just one function multiple times, duh! :) | ||||||
A SQL Solution 5.0 | Analysis and Solutions Company | -- | 15983 | 2003-05-05 22:44:05 | [ link ] | |
PHP classes to simplify integrating databases with web pages. Provides a powerful, user friendly, platform independent API (Application Programming Interface) for MySQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible. | ||||||
ADODB Database Wrapper Library 0.91 | John Lim | -- | 3821 | 2000-12-31 11:23:13 | [ link ] | |
This is a PHP database wrapper library that allows you to port your MySQL/PostgreSQL code to more powerful databases. It currently supports MySQL, PostgreSQL, Interbase, Oracle, Oci8, MS SQL 7, ADO, Foxpro, Access, and generic ODBC. It allows Windows programmers to easily adapt to because many of the conventions are similar to Microsoft\'s ADO. We also provide support code to handle inserts and updates which can be adapted to multiple databases quickly. Methods are provided for date handling, string concatenation and string quoting characters for differing databases. Also, a metatype system is built in so that you can figure out that types such as CHAR, TEXT and STRING are equivalent in different databases. SQL to popup menu select and SQL to HTML table support included. Very portable. | ||||||
database independence object wrapper 0.30 | Manik Surtani | -- | 11013 | 2000-05-16 05:50:26 | [ show ] | |
This is a database abstraction layer, so that code can be written to run with any database. If you wish to switch database types, just change a parameter in the abstraction class ... not your entire code!! Currently supports mysql and postgres, I hope to add oracle and others. If you have any comments/suggestions, pls email me at manik@post1.com. | ||||||
Jay Library 0.1.3dev | Ennio Narbona | -- | 2159 | 2006-02-27 20:11:33 | [ link ] | |
An Open Source collection of classes for php 5 developers. Database abstraction layer, mail messaging (MIME), logging, http, configuration management, utilities. | ||||||
ODBC abst.layer 1.7 | Stig S. Bakken | -- | 12722 | 1998-01-29 15:22:24 | [ show ] | |
A database abstraction layer for the PHP 3.0 ODBC module. It supports persistent connections, fetching rows into arrays, prepare/execute (variable binding) and has a new and improved error interface. | ||||||
PHP Data Access Class (PDAC) 2.0 beta | Cris Daniluk | -- | 3083 | 2001-01-04 10:10:20 | [ link ] | |
PDAC is an abstracted data class for PHP 4.0. It was created to address several issues: · Lack of database abstraction in PHP · Ability to prototype/develop in a lightweight database such as MySQL and move to Oracle, etc before deployment · Rapid development · Allow a unified database object to be used throughout the site while still allowing for multiple queries and transactions Support for Interbase, MySQL, Postgre, and ODBC provided. Oracle, Sybase and DB2 will be provided for 2.0 final release. | ||||||
PHP Object Generator 2.0.4 | Joel | -- | 2255 | 2006-07-29 17:02:53 | [ link ] | |
PHP Object Generator, (POG) is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application. Over the years, we realized that a large portion of a PHP programmer's time is wasted on repetitive coding of the Database Access Layer of an application simply because different applications require different objects | ||||||
php_tree v0.3 | Ralf Roeber | 1.0 | 4690 | 2003-06-03 18:20:23 | [ link ] | [ show ] |
I suppose you have a database and store data in a table with ident, parent, haschild rows holding information about your products, your database, your repository, your ... what ever you can imagine, than php_tree can give you handy, raw-functions to retrieve, inject and safely destroy information without having to bother about anything else than layout and your idea itself. php_tree may be used to display the path from root to node and visaversa, display a branch of a tree and draw the full tree. Almost nothing is stored in memory, so what you might need when working on large trees is a fast database-server and a fast application-server | ||||||
RC4PHP 0.1 | Raul IONESCU | -- | 2063 | 2006-01-20 02:54:35 | [ link ] | |
This package is a database abstraction layer. It provides PHP5 abstract classes to access database servers and traverse result sets. There are several implementation classes to access different types of databases: SQLite, MySQL and MSSQL. The classes provide functions to establish connections, execute queries, traverse result sets with pagination support, retrieve the list of databases, tables and fields. | ||||||
simple database wrap | Greg Barton | -- | 10364 | 1998-04-13 17:22:57 | [ show ] | |
This is a database wrapper for PostgreSQL, but can be simply modified for any other database type. |
Comments or questions?
PX is running PHP 5.2.17
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.