디자인천일공책

PHP with GNU view페이지 두번째 이미지 부터 출력하기

페이지 정보

작성자 디자인천일 작성일Date: 2025-03-29 01:05 조회view: 12

본문

view페이지 두번째 이미지 부터 출력하기

php

for ($i=1; $i<=count($view['file']); $i++) {
	if ($view['file'][$i]['view']) {
		echo get_view_thumbnail($view['file'][$i]['view']);
	}
}