Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* Db/Table.php - Support string for database class, converted to corresponding instance - use === instead of is_null()
* 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
* 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
- Use relative include paths, removes dependency on lib/ path - Added experimental AccessDB
Added framework from es-matrix