HT = $this->load->database('HT', TRUE); } function get_errorurls_pages($sitecode,$errorurl) { $sql = "select ic_url from infoContents where ic_sitecode = ? and ic_content like '%{$errorurl}%'"; $query = $this->HT->query($sql,array($sitecode)); return $query->result(); } }