php, codeigniter
로그파일 설정 및 처리
디츠
2014. 10. 14. 22:42
* /application/config/config.php
$config['log_threshold'] = 0;
* MVC(Model, View, Controller)
log_message('debug','게시판 로딩중'); // 흐름
log_message('var',var_export($board_id,1)); // 변수값 출력
show_error('에러 메시지') // '에러 메시지'가 출력되면서 멈춤