Esempio n. 1
0
 function get_table_join_2($table1, $table2, $primaryKey, $columns, $where)
 {
     $sql_details = array('user' => $this->ci->db->username, 'pass' => $this->ci->db->password, 'db' => $this->ci->db->database, 'host' => $this->ci->db->hostname);
     require 'ssp.class.php';
     echo json_encode(SSP::more_complex2($_POST, $sql_details, $table1, $table2, $primaryKey, $columns, $where));
 }