* 자동 필터링
/application/config/config.php
$config['global_xss_filtering'] = TRUE;
* 수동 필터링
$this->input->get(NULL, TRUE);
$this->input->post(NULL, TRUE);
$this->input->get_post(NULL, TRUE);
$this->input->server(NULL, TRUE);
$this->input->cookie(NULL, TRUE);
'php, codeigniter' 카테고리의 다른 글
이메일 유효값 검사하기 및 중복확인 (0) | 2014.10.09 |
---|---|
모든 메서드 공통 부분 처리하거나 없을때 처리(_remap) (0) | 2014.10.09 |
기본 로드 라이브러리 설정 (0) | 2014.10.08 |
세그먼트(segment)란? (0) | 2014.10.08 |
index.php 주소 줄이기 (0) | 2014.10.08 |