php, codeigniter

config[] 환경 설정하기

디츠 2014. 10. 14. 22:17
$this->load->config('test') // config 폴더안에 test.php 환경파일 로드

* test.php

config['test'] = true;

* MVC 로드 방법

echo $this->conifg->item('test');