Update README.md

This commit is contained in:
Namhyeon Go 2019-02-16 15:34:35 +09:00 committed by GitHub
parent 5e33a5af1f
commit a3588509a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# Reasonable PHP Framework # ReasonableFramework
- Reasonable Framework is PHP framework for make solid and secure web development. - ReasonableFramework is PHP framework for make solid and secure web development.
- Old version name: Very Simple PHP Framework (VSPF) - Old version name: Very Simple PHP Framework (VSPF)
## Specification ## Specification
- Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, Oracle(OCI)) - Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, Oracle(OCI))
- Route (Controller), Helper, View Structrue (Model is optional) - Route (Controller), Helper (like as `import` on Python or Go), View Structrue (Model is optional)
## Compatible ## Compatible
- Tested in PHP 5.3.3 - Tested in PHP 5.3.3