Programming/CodeIgniter

CodeIgniter 설치

평생초보 2015. 9. 4. 14:31
반응형

홈페이지 및 다운로드 : 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.


반응형