묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판의 출력부(_view.document.html) 을 다음과 같이 변경하여
첨부이미지가 본문에 바로 나올 수 있게 하고있는데,
여기서 foreach as $key -> $file 부분이 무엇을 의미하는지 궁금합니다.
글 번호가 늘어날수록 이미지가 중복해서 나오네요..ㅠㅠ
foreach as 의 의미가 궁금합니다.
2011.03.05 18:56
게시판의 출력부(_view.document.html) 을 다음과 같이 변경하여
첨부이미지가 본문에 바로 나올 수 있게 하고있는데,
여기서 foreach as $key -> $file 부분이 무엇을 의미하는지 궁금합니다.
글 번호가 늘어날수록 이미지가 중복해서 나오네요..ㅠㅠ
<!--@foreach($uploaded_list as $key => $file)--> source_filename'>{@$file_explode=explode(".",strtoupper($file->source_filename))} {$file->source_filename} <!--@if($file_explode[1]=="GIF" || $file_explode[1]=="JPG" || $file_explode[1]=="PNG" || $file_explode[1]=="BMP")--> {@$picture.="<p align=center><img src='".$file->uploaded_filename."' style='' editor_component='image_link' /><br /></p>"} <!--@end--> <!--@end-->
http://www.php.net/manual/kr/control-structures.foreach.php