[Solved] Getting one value from row in database |
[eluser]riwakawd[/eluser]
[quote author="mohssenvox" date="1402905835"]what is your table name?[/quote] $this->db->get('setting'); // Table Name http://postimg.org/image/izoi3dfg9/ $this->db->where('group', 'config'); $this->db->where('key', 'config_meta_title'); $this->db->where('value'); // Need to get content |
Messages In This Thread |
[Solved] Getting one value from row in database - by El Forum - 06-15-2014, 07:49 AM
[Solved] Getting one value from row in database - by El Forum - 06-15-2014, 10:33 PM
[Solved] Getting one value from row in database - by El Forum - 06-15-2014, 11:07 PM
[Solved] Getting one value from row in database - by El Forum - 06-15-2014, 11:34 PM
[Solved] Getting one value from row in database - by El Forum - 06-16-2014, 12:19 AM
[Solved] Getting one value from row in database - by El Forum - 06-16-2014, 01:03 AM
[Solved] Getting one value from row in database - by El Forum - 06-16-2014, 02:34 AM
[Solved] Getting one value from row in database - by El Forum - 06-16-2014, 03:25 AM
[Solved] Getting one value from row in database - by El Forum - 06-16-2014, 08:35 AM
[Solved] Getting one value from row in database - by El Forum - 06-16-2014, 07:07 PM
|