From 2c49d4d5270abd96ab1210a59508cb6159a7d34a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 5 Feb 2020 11:43:30 +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 f234e02..7145450 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 variable: 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) ## Compatible - Tested in PHP 5.3.3