Commit 9b29e288 by Jansa Jose

search

parent 47903de2
......@@ -1480,10 +1480,10 @@ class Webservice_model extends CI_Model {
}
$query = $this->db->get();
echo "<pre>";print_r($query);exit();
// echo $this->db->last_query();exit();
if ($query->num_rows() > 0) {
$querys = $query->result_array();
echo "<pre>";print_r($querys);exit();
if(isset($data['date']) && strlen($data['date'])){
$day = date('D',$data['date']);
$day = strtolower($day);
......
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