ㅅㄷㄴㅅ
페이지 정보
본문
$table = "g5_subscription_cart as a join g5_shop_item as b ON a.it_id = b.it_id";
$columns = ['a.it_id', 'b.it_name'];
$conditions = ['a.mb_id = ?' => 'test_user'];
$readSettings = [];
$result = sql_bind_select($table, $columns, $conditions, $readSettings, null, 1);
print_r($result); // 동작 확인
$columns = ['a.it_id', 'b.it_name'];
$conditions = ['a.mb_id = ?' => 'test_user'];
$readSettings = [];
$result = sql_bind_select($table, $columns, $conditions, $readSettings, null, 1);
print_r($result); // 동작 확인
- 다음글3333 25.02.04
댓글목록
등록된 댓글이 없습니다.

