Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* Application.php - autoload(): + Security fixes + Use DIRECTORY_SEPARATOR
Use Autoloader
Added namespaces
* Application.php, Registry.php: Return registry key of database for easier use of setDefaultDatabase()
* 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
* Application.php - getURL(): Added support for $_SERVER['SCRIPT_URI'] (PHP 5.3.3-7+squeeze13 Apache 2.0 module on Apache/2.2.16 (Debian)) - Unified linebreaks (\n only), replaced tabs with spaces
- Use relative include paths, removes dependency on lib/ path - Added experimental AccessDB
Added framework from es-matrix