ㅅㄷㄴㅅ
본문
$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); // 동작 확인
댓글목록 0
등록된 댓글이 없습니다.
