php*: add Korean translation (#14630)
This commit is contained in:
16
pages.ko/common/php-yii.md
Normal file
16
pages.ko/common/php-yii.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# php yii
|
||||
|
||||
> Yii 프레임워크의 명령줄 인터페이스.
|
||||
> 더 많은 정보: <https://yiiframework.com>.
|
||||
|
||||
- 현재 Yii 애플리케이션을 위해 PHP 내장 웹 서버 시작:
|
||||
|
||||
`php yii {{serve}}`
|
||||
|
||||
- 지정된 모델 클래스에 대한 CRUD 작업을 위한 컨트롤러, 뷰 및 관련 파일 생성:
|
||||
|
||||
`php yii {{gii/crud}} --modelClass={{모델명}} --controllerClass={{컨트롤러명}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`php yii {{help}}`
|
Reference in New Issue
Block a user