Subversion Repositories PHPX

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
74 2014-03-09 12:06:26 PointedEars /trunk/Db/
* Db/
  - MySQLDB::getLastModified() overrides Database::getLastModified()
  - Added Table::getLastModified()
 
61 2013-06-08 19:33:32 PointedEars /trunk/Db/
Fixed PHPdoc
 
58 2013-05-31 12:24:20 PointedEars /trunk/Db/
* Db/Database.php
  - Added createTable() to create table from meta-information

* Db/MySQLDB.php
  - Overridden _columnDef() to handle specialties for createTable()

* Db/Table.php
  - Added meta-information to create() table from it
    (uses Database::createTable())

* Db/MySQLTable.php
  - Overridden _createOptions() to handle specialties for Table::create()
 
56 2013-05-31 00:05:30 PointedEars /trunk/Db/
Table's meta-properties are static to allow for reuse across instances
 
52 2013-05-29 00:44:10 PointedEars /trunk/
Use Autoloader
 
51 2013-05-28 04:23:23 PointedEars /trunk/
Added namespaces
 
50 2013-05-28 01:43:28 PointedEars /trunk/Db/
* Db/Table.php
  - Support string for database class, converted to corresponding instance
  - use === instead of is_null()
 
35 2012-11-08 03:12:33 PointedEars /trunk/
* AbstractModel.php
  - map(): Force parameters to be arrays, no user-defined exceptions necessary

* Application.php
  - Fixed PHPDoc

* Table.php
  - find($id) returns empty array or first item
 
34 2012-09-23 10:02:37 PointedEars /trunk/
* General
  - Added Base.php for general getters and setters

* Application.php
  - Reverted bad pretty printing

* database.class.php (legacy file)
  - Fixed Googlebot-blocking bogus constant reference

* Database.php, Table.php
  - Support constructor parameters to override properties
 
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