|
05-02-2004, 05:47 AM | #1 |
Green Mole
Join Date: Oct 2003
Location: Reims - France
Posts: 22
|
Database Abstract Layer
Currently, phpdig work only with php/mysql. The use of a database abstract layer allow exploitation of multiple others open source databases like firebird or postgresql and can increase the number of webmaster who can be touch by Phpdig ... The Mysql support is disabled by default in php 5 ...
|
05-11-2004, 03:35 PM | #2 |
Green Mole
Join Date: May 2004
Posts: 8
|
So, are you building such a layer, porting an existing layer (ala PHP-Nuke's layer) or doing something else?
|
05-28-2004, 10:27 AM | #3 |
Green Mole
Join Date: May 2004
Location: USA
Posts: 2
|
database abstraction layer
I have started converting phpdig to a database abstraction layer. The one I am using supports:
access ado (generic) db2 vfp fbsql ibase firebird borland_ibase informix ldap mssql mysql oracle odbc (generic) postgres sybase I had to make some changes to the SQL used and most of the functions that use the returned values have been altered. Functionality in terms of the API has not changed but the internals have. Mostly ripping code out that is not needed anymore. I will post it to the board once it is completed. Anyone and everyone is welcome to test this out. I am hoping it could be incorporated into future versions of phpdig but the changes might be considered too extensive and it would have to live as a branch of the main project. All questions and comments are welcome about this change to phpdig. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Search results layer problem | josuah08 | Troubleshooting | 1 | 02-17-2006 01:36 AM |
Can't connect to Database | liquidice | Script Installation | 16 | 01-17-2005 12:17 AM |
Doesn't index database | remc | Troubleshooting | 3 | 01-09-2005 12:56 PM |
Database doubling | Dave A | Troubleshooting | 1 | 09-01-2004 10:10 AM |