Christmas Break Overhaul
I've spent a good bit of time in the past week working on two issues: centralization and a database abstraction class. The first allows us to have one installation of RPInventory for many different clubs. This is essential for maintenance. The second allows for more rapid development. The database class allows for sanitized queries to be written cleanly. It will also allow us to easily move to a different DBMS in the future if we should so desire.
Comments