Commit 47903de2 by Jansa Jose

search

parent 2eaee125
...@@ -1480,6 +1480,7 @@ class Webservice_model extends CI_Model { ...@@ -1480,6 +1480,7 @@ class Webservice_model extends CI_Model {
} }
$query = $this->db->get(); $query = $this->db->get();
echo "<pre>";print_r($query);exit();
// echo $this->db->last_query();exit(); // echo $this->db->last_query();exit();
if ($query->num_rows() > 0) { if ($query->num_rows() > 0) {
$querys = $query->result_array(); $querys = $query->result_array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment