Update README.md

This commit is contained in:
Namhyeon Go 2019-03-15 16:50:13 +09:00 committed by GitHub
parent a8066b68fd
commit 8200581ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,9 @@ $ php cli.php --route [route name]
- RVHM 구조는 MVC 구조와 함께 사용하실 수 있으며, 기존 개발 스킬로도 사용할 수 있도록 더 유연한 구조를 가지고 있습니다.
## English
- It is stable in some North America and Europe free web hosting.
- Ideal for environments where separate development aids, including Composer, PHP plug-ins, and the PHP framework are not available.
- Ensures a lifecycle similar to that of an object-oriented (OOP) training for development team members.
- The Resonable PHP Framework has CSRF, XSS, and SQL Injection security measures as defaults.
- Compatible with various CMS and API used with REST API, it is suitable to create implementation type that is frequently used in Korean environment.
- It is stable in free web hosting, or other restrictive shared web hosting.
- Ideal for environments where separate development aids, including Composer, PHP extensions, and the famous PHP framework are not available.
- Ensures a life-cycle similar to that of an object-oriented programming (OOP) level without trained developers.
- The Reasonable PHP Framework has CSRF, XSS, and SQL Injection security protection as defaults.
- Compatible with various CMS and API used with REST API, it is suitable to create implementation type that is frequently used in various environment.
- RVHM structure can be used with MVC structure, and has more flexible structure to use as existing development skill.