From 278ac693cc5f8694ff9b3183649b7ae02f6e6f8f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 12 Mar 2019 10:38:20 +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 9b4d1a2..46f5a9c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Specification - Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, Oracle(OCI)) -- RVH Structure: `R` is Route (like as `controller`), `V` is View, `H` is Helper (like as `import` on Python/Go/NodeJS), Model is optional. +- 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 structure`), Modal is optional. - WebApp Sandbox: You can use legacy apps without modifying the source code. ## Compatible