CodeIgniter 설치
2015. 9. 4. 14:31ㆍProgramming/CodeIgniter
반응형
홈페이지 및 다운로드 : http://www.codeigniter.com
파일을 다운로드 받고 DocumentRoot 경로에 압축을 풀면 끝!
확인은 DocumentRoot/index.php 을 누르면 아래와 같은 문구가 출력 된다.
Welcome to CodeIgniter!
The page you are looking at is being generated dynamically by CodeIgniter.
If you would like to edit this page you'll find it located at:
application/views/welcome_message.php
The corresponding controller for this page is found at:
application/controllers/welcome.php
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.
반응형
'Programming > CodeIgniter' 카테고리의 다른 글
Model(1/5) - 설정 및 사용 (0) | 2015.09.04 |
---|---|
View (0) | 2015.09.04 |
Controller (0) | 2015.09.04 |
CodeIgniter와의 규칙? (0) | 2015.09.04 |
CodeIgniter 관한 글을 작성하며.. (0) | 2015.09.04 |