Commit Graph

34 Commits

Author SHA1 Message Date
48c2501f41 Added delete_table method to database manipulation classes 2012-02-07 20:50:25 -05:00
dc6c9bf141 SQLite tests 2012-02-07 20:31:36 -05:00
7b4f00085b Finished sqlite create_table method 2012-02-07 19:32:47 -05:00
9ddab65bc0 Fixed create_database function signature, fixed typo in README 2012-02-07 16:23:41 -05:00
377c319bd2 Created abstract base database manip class 2012-02-07 15:53:46 -05:00
4182776c21 Split database manipulation classes from database classes 2012-02-07 15:27:33 -05:00
0a11b13bb1 SQLite driver updates
Closer to having a usable create_table method
2012-02-07 12:30:20 -05:00
4542d9f210 Added start of db view/manipulation interface 2012-02-07 10:31:54 -05:00
f1714b056c Firebird updates 2012-02-06 22:36:01 -05:00
a412294d76 Firebird improvements, added sqlite and firebird databases for testing 2012-02-06 19:18:44 -05:00
fb1e4e0a03 Removed re-declared PDO function 2012-02-06 17:39:53 -05:00
a5dea630a9 remove duplicate class 2012-02-06 17:36:11 -05:00
7600e5634e More DB driver updateds 2012-02-06 16:56:16 -05:00
6c20b88f95 Db driver updates 2012-02-06 16:34:00 -05:00
ef4a84c2d0 Fix abstract method again, add get_dbs to pgsql driver 2012-02-06 16:17:14 -05:00
f9b4e5128a Corrected misnamed get_dbs() methods 2012-02-02 19:07:45 -05:00
9808bdcbac Added some unit tests 2012-02-02 19:04:10 -05:00
c85f791de5 Lots of updates
Added mention of Mariadb to read me, made db_pdo an abstract class,
created manip_subclasses for database drivers, created start of unit
tests.
2012-02-02 17:43:15 -05:00
af06d004b6 Firebird changes 2012-02-02 06:26:59 -05:00
23f5d7ef35 Various DB changes 2012-02-01 21:02:11 -05:00
a7de6f6e54 Relocated db_pdo class file 2012-02-01 16:37:50 -05:00
120b526293 Load DB classes based on support
Reorganized db class loading, improvements to settings class.
2012-02-01 16:36:55 -05:00
d0c1810818 Various Updates
Added settings class, abstracted path, abstracted adding rows to db add
table in add_db.php
2012-02-01 10:51:06 -05:00
4f49c8b9be More DB class improvements 2012-01-31 17:52:46 -05:00
39b2688675 Per-db driver checks
Only show databases that are supported by PHP
2012-01-31 16:29:48 -05:00
fe62c5a13a Added more fields to db connection window
Added Firebird class, close to finished db connection mockup
2012-01-31 16:19:34 -05:00
245a2f78f3 Database class addtions 2012-01-30 16:04:31 -05:00
2a1ac30308 Misc updates
Removed __call and __callStatic from main db class, added empty
'truncate' methods to db classes
2012-01-30 14:03:16 -05:00
c6da8310d9 Various Improvements 2012-01-30 11:22:44 -05:00
a3e4fa3c68 Updated Database classes 2012-01-30 07:57:17 -05:00
eb6edfa6c3 Added Menu
Added Start of Menus, and main interface, fleshed out classes a little
bi.
2012-01-27 16:57:59 -05:00
7da4776dfb Remove redundant file 2012-01-27 13:03:14 -05:00
cde1fbf83f Created the main window 2012-01-27 11:57:13 -05:00
7fa93a8886 Initial Commit 2012-01-26 16:09:05 -05:00