$this->load->config('test') // config 폴더안에 test.php 환경파일 로드
* test.php
config['test'] = true;
* MVC 로드 방법
echo $this->conifg->item('test');
'php, codeigniter' 카테고리의 다른 글
세션(session) 이용하기 (0) | 2014.10.15 |
---|---|
로그파일 설정 및 처리 (0) | 2014.10.14 |
get_magic_quotes_gpc() (0) | 2014.10.14 |
form validation(폼 유효성 검사) (0) | 2014.10.13 |
헬퍼(helper) 만들어서 사용하기 (0) | 2014.10.13 |