라라벨 MySQL 저장 프로시저 호출

Jmnote (토론 | 기여)님의 2018년 5월 23일 (수) 20:54 판 (→‎참고)

1 개요

라라벨 MySQL 저장 프로시저 호출
$comments = DB::select("CALL get_comments_by_post_id(?)", [$post_id]);

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}