[psa-devel] PSA and MDB
Brought to you by:
koivi
From: Justin K. <ju...@ko...> - 2004-04-22 13:41:44
|
It's been a while since I had any time to work on PSA, but I will start doing it soon again. My plans at this point: 1. Get rid of using Metabase in favor of the more efficient and easier to come by PEAR::MDB http://pear.php.net/package/MDB 2. Fix all the INSERT queries back to the INSERT INTO table (field1, field2) VALUES (val1, val2) syntax. 3. Change the GUI to be simpler and more straight forward. 4. Audit the code for things that aren't that efficient. I will search through PEAR to see what is available for this type of application and decide (depending on what is available) on how to proceed with possible new features. I will also search PEAR for a gettext type of package and possibly put that into place, depending on what I find and what the pros and cons are. I'm still a couple weeks off on this (at least), but it is part of a project that I will be working on this summer. If anyone is interested in jumping on board, let me know when I announce that I have started work. |