From be9843edd38e12c8a73184bd3ef076f8f0eb473d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 5 Feb 2020 15:21:24 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e015374..c52709e 100644 --- a/README.md +++ b/README.md @@ -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, `SharedPreferences` of Android Framework) +- Controllable shared variables: Minimize abuse of global variables (Inspired by the `scope` of AngularJS, and `SharedPreferences` of Android Framework) ## Compatible - Tested in PHP 5.3.3