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
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