Recommend this page to a friend! |
Download .zip |
Info | View files (16) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-10-31 (9 years ago) | 50% | Total: 2,157 | All time: 1,760 This week: 879 |
Version | License | PHP version | Categories | |||
dm_db 1.0.0 | Custom (specified... | 4.0 | Databases |
Description | Author | ||||||||||||||
This a major release/revision of dm.DB. It contains the first port of the interface to a database other than MySQL, PostgreSQL. Support is provided for version 8.0 and 8.1 of PostgreSQL. A number of additional modifications have been made, including (preliminary) support for multiple SQL results sets. Full support will require a redesign of the dm.DB interface and will be incompatable with the current interface. |
|
Files |
File | Role | Description |
---|---|---|
class.abstract.DB.php | Class | Abstract class interface for generic SQL databases |
class.abstract.independent.DB.php | Class | All abstract interfaces. |
class.DB.php | Class | MySQL Database Abstraction Layer |
class.factory.DB.php | Class | Factory to produce database access objects |
class.MySQL.DB.php | Class | MySQL specialization of generic SQL database support |
class.PostgreSQL80.DB.php | Class | Specialization for PostgreSQL 8.0 Support |
class.PostgreSQL81.DB.php | Class | Specialization for PostgreSQL 8.1 Support |
DB.MySQL.sql | Data | Create MySQL test database |
DB.PostgreSQL81.sql | Data | Create PostgreSQL 8.x test database |
example.MySQL.php | Example | Example for MySQL |
example.PostgreSQL80.php | Example | Example for PostgreSQL 8.0 |
example.PostgreSQL81.php | Example | Example for PostgreSQL 8.1 |
example1.MySQL.php | Example | Example for MySQL |
example1.PostgreSQL81.php | Example | Example for PostgreSQL |
license.txt | Lic. | Modified NetBSD license used here |
makedoc.sh | Data | Generate documentation using phpdoc |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 3 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
www.esplanner.com Economic Security Planning, Inc. web site |
www.fladems.com Florida Democratic Party website |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
dm.KittenAuth | Database access for MySQL | Required |
SQL Backup | Provides database independent access | Required |
SQL Data | MySQL database abstraction base class | Required |