Update README.md

This commit is contained in:
Namhyeon Go 2019-03-12 10:34:14 +09:00 committed by GitHub
parent 5d4f451107
commit a9a4ff0eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,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 or Go or NodeJS), Model is optional.
- WebApp Sandbox: You can use legacy apps without modifying the source code.
## Compatible
- Tested in PHP 5.3.3