Twill
0
Q:

raw query in codeigniter

    $sql="Select * from my_table where 1";    
    $query = $this->db->query($SQL);
    return $query->result_array();
0
$query = $db->query('YOUR QUERY HERE');
0

New to Communities?

Join the community