Menu

#3 Lack of database abstration in PHP code.

open
Mark
Backend PHP (3)
5
2010-06-11
2010-06-11
Mark
No

Original PHP code uses a database abstraction layer but then relies on very database specific features (Postgres) for data retrieval, lookups and math calculation.

This should be more abstracted so the code can be used with more RDBMS's (even though the main focus is MySQL).

Discussion


Log in to post a comment.

MongoDB Logo MongoDB