Update README.md

This commit is contained in:
Namhyeon Go 2018-03-11 02:15:27 +09:00 committed by GitHub
parent 19c2397acb
commit c5400be575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
- Website: https://exts.kr/go/home
## Example convention code
'''
```
<?php
$copyright = "";
$lines = read_file_by_line("./storage/copyright.txt");
@ -44,7 +44,7 @@ $data = array(
renderView('templates/2018/header');
renderView('view_copyright', $data);
renderView('templates/2018/footer');
'''
```
## Korean
- Resonable PHP Framework(이유있는 PHP 프레임워크)는 한국의 웹 개발 환경에 적합한 PHP 프레임워크입니다.