aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/db.php
Commit message (Collapse)AuthorAge
* Introduce some new database wrappersLaria Carolin Chabowski2020-10-05
| | | | | This will allow us to avoid using globals and use the autoloader in the future.
* Automatic code formattingLaria Carolin Chabowski2020-04-26
|
* Some simple code formattingLaria Carolin Chabowski2020-04-26
| | | | | | - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags
* Expand tabs and remove trailing whitespaceLaria Carolin Chabowski2020-04-26
|
* PHP < 5.4 can not use $this in anonymous functions.Kevin Chabowski2013-10-04
| | | | Should have tested that one earlier (damn).
* Fixed PDO DSN.Kevin Chabowski2013-10-03
|
* models.php now uses PDO (UNTESTED!)Kevin Chabowski2013-10-03
|
* Setup script and clean config file.Kevin Chabowski2012-01-21
|
* Finished optimizing for now. Removed debug tools and new API.Kevin Chabowski2011-12-27
| | | | | The API version was increased because during this optimization the db models became incompatible to the old ones.
* Print out some performance information.Kevin Chabowski2011-12-23
| | | | Queries fired and execution time.
* Fixed some bugs in db.php and models.php.Kevin Chabowski2011-10-05
|
* Improved documentation.Kevin Chabowski2011-08-18
|
* Added script that will create the documentation.Kevin Chabowski2011-08-18
| | | | Also rewritten some documentation, so NaturalDocs can handle them.
* (Almost) finished DB-Models / abstraction layer.Kevin Chabowski2011-07-21