aboutsummaryrefslogtreecommitdiff
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Begin migration to Rust; Add actix-web, diesel as main dependenciesKevin J Hoerr2018-08-311-30/+0
|
* 2 - Tests (#3)Kevin Hoerr2017-09-131-15/+1
| | | | | | | | | | | | | | * Move autoload to separate script, add two unit tests * Add integration tests for Controller * Add unit test for Output * Fix Model\Result-as-a-method error * encode JSON output as utf-8, and retrieve as assoc array * Ignore utf-8 definitions
* Provide callback mechanismKevin J Hoerr2017-07-081-1/+1
|
* Declare content-type earlyKevin J Hoerr2017-07-081-0/+3
|
* Improve exception handling, introduce autoloadingKevin J Hoerr2017-07-081-13/+30
|
* Expand on query and result, begin sql designKevin J Hoerr2017-07-081-35/+14
|
* Changed cred to disappearable object, fix compile errorsKevin J Hoerr2017-07-051-5/+6
|
* Fix strict_types literalsKevin J Hoerr2017-06-241-1/+1
|
* Add creds.php file, attempt to connect to databaseKevin J Hoerr2017-06-241-0/+2
|
* Fix compilation errors, return JSON from view\Result->Collect()Kevin J Hoerr2017-06-231-1/+2
|
* Add basic MVC structure with namespacing and PHPDOC (not tested)Kevin J Hoerr2017-06-211-0/+41