Show changed files | Details | Compare with Previous | Blame | RSS feed
Footnotes: Fixed PHPdoc
* footnotes.class.php - Generate HTML5-obsolete `name' attributes only if $html4Compat = true
* Db/Database.php: Fixed PHPDoc
* Db/Database.php: Scrollable cursor: simplified result assignment
* 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
←Prev12Next→
Show All