I wrote a database.php file that has support for PostgreSQL... it is pretty simple, just finding the functions that match up with MySQL. I got rid of database.php in my implementation. I then created db.php and db/ directory. Each file in the d/ directory would be for a specific dbms. I only have the 2, MySQL and PostgreSQL, represented by mysql.php and pgsql.php respectively. The db.php just determines what dbms you have selected in your config.php, which I also think I created, and then includes the appropriate one. I would like to start adding to this project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wrote a database.php file that has support for PostgreSQL... it is pretty simple, just finding the functions that match up with MySQL. I got rid of database.php in my implementation. I then created db.php and db/ directory. Each file in the d/ directory would be for a specific dbms. I only have the 2, MySQL and PostgreSQL, represented by mysql.php and pgsql.php respectively. The db.php just determines what dbms you have selected in your config.php, which I also think I created, and then includes the appropriate one. I would like to start adding to this project.
cool, if you're still interested send me an email and we'll talk. i'm back after about a year away, i kinda forgot about phortify :)
I am really interested in your patch to support Postgresql.
Please could you make it available.
Thanks
Eric