Subversion Repositories PHPX

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
46 2013-04-06 18:33:48 PointedEars /trunk/Db/
* Db/MySQLDB.php: Fixed create() parameters for strict standards
 
44 2013-04-06 18:26:29 PointedEars /trunk/Db/
* Db/Database.php, Db/MySQLDB.php: Added create() to create a database from scratch
 
41 2013-04-06 13:18:42 PointedEars /trunk/Db/
* Db/Database.php
  - Decoupled making the DB connection from instantiation
  
* Db/MySQLDB.php
  - Fixed PHPDoc
 
32 2012-07-11 10:33:56 PointedEars /trunk/Db/
* Framework
- Improved support for dabase-specific quotes
- Added support for pre-quoted table/database references
 
29 2012-07-04 11:09:02 PointedEars /trunk/
- Use relative include paths, removes dependency on lib/ path
- Added experimental AccessDB
 
27 2012-06-20 23:11:34 PointedEars /trunk/
Added framework from es-matrix