The following codeigniter query everytime is empty. $metas->result() is not fetching datas. If I var_dump the raw query and running in console everything is okay.
$metas=$this->db->query("SELECT id,meta_description, meta_title, meta_keywords, template, google_tracking, user_option
FROM domains
WHERE NAME ='$this->domain_name'");
return $metas->result();
try this
Capitals it dfies the whole sql