php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13700 Database Abstraction API
Submitted: 2001-10-16 19:38 UTC Modified: 2001-10-16 19:50 UTC
From: cpjunk at email dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.6 OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 + 46 = ?
Subscribe to this entry?

 
 [2001-10-16 19:38 UTC] cpjunk at email dot com
There doesn't appear to be a standard database access API in PHP.  Instead there's a separate API for each database supported.  This is insanity for anyone that wants to be able to support multiple databases.  I know there are a number of database abstraction APIs available for PHP but I don't know which one is the best or which one will be continue to be supported in the future.  Are there plans to address these issues in a future release of PHP by adopting one of these abstraction APIs into PHP or creating a new one?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-16 19:50 UTC] rasmus@php.net
PHP ships with 2 such abstraction layers.  A language-level one called dbx and a user-space one called DB which is part of PEAR.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 02:01:35 2024 UTC