Show changed files | Details | Compare with Previous | Blame | RSS feed
(Abstract)Model: Support exclusive mapping in constructor call
AbstractModel extends Base for getters/setters, wrappers always throw exceptions on error
ORM $_persistentTable is now static to allow reuse across model objects
Use Autoloader
Added namespaces
* Db/Mapper.php: - Mapper inherits from AbstractModel for generic getters/setters, constructors must be `protected'
* 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
Added framework from es-matrix