Update README.md

This commit is contained in:
Namhyeon Go 2020-02-05 15:21:00 +09:00 committed by GitHub
parent 2c49d4d527
commit 85f97b1c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
## Specification
- Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, MySQL CLI, Oracle(OCI))
- RVHM structure: `R` is Route (like as `controller`), `V` is View, `H` is Helper (like as `import` on Python/Go/NodeJS), `M` is Model and implemented with `KV bind`(like as `Map` data structure), Model is not required.
- Controllable shared variables: Minimize abuse of global variables (Inspired by the `scope` of AngularJS)
- Controllable shared variables: Minimize abuse of global variables (Inspired by the `scope` of AngularJS, `SharedPreferences` of Android Framework)
## Compatible
- Tested in PHP 5.3.3