Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter imslee100

    (@imslee100)

    Hello. I modified the code like following, but alias dosn’t showing at all. But there is no error.

    Could you please fix the code or give me the example how to use “columnNameMap” with “add_db_table_editor” ?

    ———– code ———————-

    add_db_table_editor(array(“title”=>”[학생]공모전 접수관리”,”table”=>”student_contests”,”sql”=>”SELECT id, contest_id, post_title, name, grade, class, title, school, address, sender, phone, p_delivery, p_invoice_num, pre_state FROM student_contests ORDER BY id DESC”,”columnNameMap=>array(‘contest_id’=>’접수번호’, ‘post_title’=>’공모전명’, ‘name’=>’이름’, ‘grade’=>’학년’, ‘class’=> ‘반’, ‘title’=>’작품명’, ‘school’=>’학교명’, ‘address’=>’학교주소’, ‘sender’=>’발송자’, ‘phone’=>’전화번호’, ‘p_delivery’=>’시상품배송업체’, ‘p_invoice_num’=>’송장번호’, ‘pre_state’=>’상태’)”));

Viewing 1 replies (of 1 total)