Update README.md
This commit is contained in:
parent
19c2397acb
commit
c5400be575
|
@ -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 프레임워크입니다.
|
||||
|
|
Loading…
Reference in New Issue
Block a user