[eluser]Unknown[/eluser]
Hello Guys, im new at coding with CodeIgnitor.
Now i've got an silly problem...
Code:
$this->db->select('meta_charset', 'meta_title', 'meta_keywords', 'meta_description');
$q = $this->db->get('core_settings');
$data = $q->result();
Last Query will show only
Quote:SELECT `meta_charset` FROM (`core_settings`)
Why does the select methods only recordnize the first string (meta_charset)?