|
|
|
Json Array 2d ผมจะเรียกออกมายังไงดีครับ ลองหลายแบบยังไม่ได้ ไม่แน่ใจว่าวิธีถูกต้องต้องเรียกยังไง |
|
|
|
|
|
|
|
Code Laravel PHP
Code (PHP)
$Comment = Comment::where('ProductID',Input::get('ProductID'))->skip(Input::get('LastItem'))->take(2)->get()->toArray();
return Response::json(array(
'success' => true,
'comment' => $Comment
))->header( 'Content-Type', 'application/json' );
|
|
|
|
|
Date :
2014-06-14 11:12:44 |
By :
blackedition |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ละครับ นั่งแก้มา 2 ชั่วโมง
Code (JavaScript)
$.each(data.comment, function (key, value) {
alert(value.CommentDetail);
});
|
|
|
|
|
Date :
2014-06-14 11:15:15 |
By :
blackedition |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-06-14 11:18:31 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|