Update README.md

This commit is contained in:
Namhyeon Go 2018-07-23 14:01:54 +09:00 committed by GitHub
parent 68d0736e1d
commit 5dae06d3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
4. go to [base_url]/?route=example
5. enjoy it.
## Example
## Website example
```
<?php
loadHelper("string.utl");
@ -62,6 +62,11 @@ renderView('templates/default/footer');
?>
```
## CLI mode example
```
$ php cil.php --route [route name]
```
## Korean
- Resonable PHP Framework(이유있는 PHP 프레임워크)는 한국의 웹 개발 환경에 적합한 PHP 프레임워크입니다.
- Composer를 포함한 개발 보조 도구와, 별도의 플러그인 설치가 제한되어 주류 PHP 프레임워크가 사용 불가능한 환경에 적합합니다.