Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PHP < 5.4 can not use $this in anonymous functions. | Kevin Chabowski | 2013-10-04 |
| | | | | Should have tested that one earlier (damn). | ||
* | Fixed PDO DSN. | Kevin Chabowski | 2013-10-03 |
| | |||
* | models.php now uses PDO (UNTESTED!) | Kevin Chabowski | 2013-10-03 |
| | |||
* | Setup script and clean config file. | Kevin Chabowski | 2012-01-21 |
| | |||
* | Finished optimizing for now. Removed debug tools and new API. | Kevin Chabowski | 2011-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 Chabowski | 2011-12-23 |
| | | | | Queries fired and execution time. | ||
* | Fixed some bugs in db.php and models.php. | Kevin Chabowski | 2011-10-05 |
| | |||
* | Improved documentation. | Kevin Chabowski | 2011-08-18 |
| | |||
* | Added script that will create the documentation. | Kevin Chabowski | 2011-08-18 |
| | | | | Also rewritten some documentation, so NaturalDocs can handle them. | ||
* | (Almost) finished DB-Models / abstraction layer. | Kevin Chabowski | 2011-07-21 |