示例#1
0
 function get_peserta_view($table, $joinKey, $primaryKey, $columns)
 {
     $config = new config();
     $sql_details = $config->sql_details();
     require 'ssp.class.php';
     echo json_encode(SSP::simpleJoin2($_POST, $sql_details, $table, $joinKey, $primaryKey, $columns));
 }