From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.1.2
PHP Bug Type:     *Database Functions
Bug description:  Feature Request

Hi,

This is NOT a bug, but I couldn't find a place to request a feature.
I am creating a php page that have database related functions.  It's a
database abstraction function. Thus I would call my custom made functions
for any php database function.  Thus, I can change from a MySQL database
to Oracle, without changing any php code in my files.  all i have to do is
to set one variable to which database i want to use.  i would like php to
create an abstacted php database function.....instead of having so many
php functions for each database, just have one and then set a variable to
what database to use....yes, i could use ODBC, but it's not good.

thanks.

please let me know if this is a good feature request.

thanks. 
-- 
Edit bug report at http://bugs.php.net/?id=16465&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16465&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16465&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16465&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16465&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16465&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16465&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16465&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16465&r=submittedtwice

Reply via email to