From ec310c1749d00c40a06f296def7b2d490b00709f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 15 Nov 2019 11:32:27 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7aab5e..2345458 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ ## 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), Modal is optional. -- AppJail(WebApp Sandbox): You can use legacy apps without modifying the source code. +- 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. +- AppJail(Experimental): Load an lagecy PHP applications on the jailed area without modifying the source code. ## Compatible - Tested in PHP 5.3.3