S2OJ/uoj/1/app
ceabrobot 0ec962b4af feat(uoj/1/app): modify the DB operation to support PHP7
In order to support PHP7, change the way to operate database. PHP7
removed the mysql extension, so the old way to operate database is
not usable. This commit use a new way to operate database.

BREAKING CHANGE: the way to operate database has changed.
2018-09-20 17:38:21 +08:00
..
controllers feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
libs feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
locale Initial commit 2018-09-20 17:21:40 +08:00
models feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
storage Initial commit 2018-09-20 17:21:40 +08:00
upgrade Initial commit 2018-09-20 17:21:40 +08:00
vendor feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
views Initial commit for PHP7 2018-09-20 17:38:09 +08:00
.default-config.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
.htaccess Initial commit 2018-09-20 17:21:40 +08:00
cli.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
route.php Initial commit 2018-09-20 17:21:40 +08:00