Update README.md

This commit is contained in:
Namhyeon Go 2024-04-29 22:07:59 +09:00 committed by GitHub
parent a14a75265c
commit 1828e58b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ ReasonableFramework is RVHM structured PHP framework with common security. aka,
## Specifications
- Various types of database connection drivers. e.g, PHP PDO, MySQLi, Legacy MySQL, MySQL over the shell, Oracle(OCI)
- Not OOP, Just `RVHM` structure
- No OOP, Just `RVHM` structure
- R is Route, like as `controller`
- V is View
- H is Helper, like a `import` on Python, Go, NodeJS