Update README.md

This commit is contained in:
Namhyeon Go 2019-11-15 11:32:27 +09:00 committed by GitHub
parent a4f5634b52
commit ec310c1749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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