Subversion Repositories PHPX

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
63 2013-06-22 00:38:20 PointedEars /trunk/
(Abstract)Model: Support exclusive mapping in constructor call
 
59 2013-05-31 13:52:20 PointedEars /trunk/
AbstractModel extends Base for getters/setters, wrappers always throw exceptions on error
 
54 2013-05-30 23:00:04 PointedEars /trunk/
ORM $_persistentTable is now static to allow reuse across model objects
 
52 2013-05-29 00:44:10 PointedEars /trunk/
Use Autoloader
 
51 2013-05-28 04:23:23 PointedEars /trunk/
Added namespaces
 
49 2013-05-28 01:24:58 PointedEars /trunk/
* Db/Mapper.php:
  - Mapper inherits from AbstractModel for generic getters/setters,
    constructors must be `protected'
 
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
 
27 2012-06-20 23:11:34 PointedEars /trunk/
Added framework from es-matrix