Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* Db/Database.php: Added support for scrollable cursor (fixes OOM in es-matrix)
application/ path prefix is no longer required
* Db/ - MySQLDB::getLastModified() overrides Database::getLastModified() - Added Table::getLastModified()
* Db/MySQLDB.php: Added MySQLDB::getLastModified()
ORM: Use non-strict model by default (more efficient)
Added capabilities to insert several stylesheets and scripts in one call
Added capabilities to insert stylesheets and scripts dynamically
* Db/Database.php: Fixed readConfig() logic
* Db/Database.php - Added general support for the `port' parameter * Db/Database.php, Db/MySQLDB.php - Added support for the `port' and `unix_socket' parameters
* Model.php: Added findByProperty()
* Db/Database.php: Removed unnecessary spaces
ORM: Allow to search for any ID, but never assign it until successful
Access global namespace explicitly
(Abstract)Model: Support exclusive mapping in constructor call
* Model.php - find(): Allow searching by ID directly - Fixed PHPdoc
Fixed PHPdoc
* Base.php: Fixed PHPdoc
AbstractModel extends Base for getters/setters, wrappers always throw exceptions on error
* Db/Database.php - Added createTable() to create table from meta-information * Db/MySQLDB.php - Overridden _columnDef() to handle specialties for createTable() * Db/Table.php - Added meta-information to create() table from it (uses Database::createTable()) * Db/MySQLTable.php - Overridden _createOptions() to handle specialties for Table::create()
* Application.php - autoload(): + Security fixes + Use DIRECTORY_SEPARATOR
←Prev12Next→
Show All