Update README.md
This commit is contained in:
parent
85f97b1c3a
commit
be9843edd3
|
@ -13,7 +13,7 @@
|
||||||
## Specification
|
## Specification
|
||||||
- Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, MySQL CLI, Oracle(OCI))
|
- 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), Model is not required.
|
- 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.
|
||||||
- Controllable shared variables: Minimize abuse of global variables (Inspired by the `scope` of AngularJS, `SharedPreferences` of Android Framework)
|
- Controllable shared variables: Minimize abuse of global variables (Inspired by the `scope` of AngularJS, and `SharedPreferences` of Android Framework)
|
||||||
|
|
||||||
## Compatible
|
## Compatible
|
||||||
- Tested in PHP 5.3.3
|
- Tested in PHP 5.3.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user