지금 이온디에서 어떤 주제의 글이 새로 올라왔는지 확인해보세요.
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
더보기 php 코드
이온디
첨부파일 https://imweb.eond.com/xe/471210

list.blade.php

@php
$maxLength = 350;
if(mb_strlen(strip_tags($document->getContent(false))) > $maxLength){
// $content = preg_replace('/<img[^>]*>/', '', $document->variables['content']);
// $shortContent = mb_substr($content, 0, $maxLength) . '...';
$fullUrl = getUrl('document_srl'$document->document_srl); // 문서의 URL 생성
$content $document->getSummary($maxLength);
$content .= " <a href='" $fullUrl "' class='read-more'>더보기</a>";
echo $content;
}else{
// echo '이하';
$content = preg_replace('/<img[^>]*>/'''$document->variables['content']);
//  echo $document->getContent(false);
echo $content;
}
@endphp
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 22 articles in 540 / 2 pages
등록된 글이 없습니다.

해시태그 디렉터리

지금 이순간

오늘의 핫게시물