주소에서 index.php가 0번부터 순서대로 부여
$this->uri->segment(3) // http://localhost/index.php/bbs/list -> $this->uri->segment(2)는 list
<a href="bbs/list">list</a>
<a href='bbs/".$this->uri->segment(2)."'>list</a>";
'php, codeigniter' 카테고리의 다른 글
xss 필터링 설정하기 (0) | 2014.10.09 |
---|---|
기본 로드 라이브러리 설정 (0) | 2014.10.08 |
index.php 주소 줄이기 (0) | 2014.10.08 |
construct 선언하기(기본 라이브러리 로드) (0) | 2014.10.08 |
데이터베이스 정보 설정하기 (0) | 2014.10.08 |