Welcome Guest, Not a member yet? Register   Sign In
Getting data from table in one line?
#2

[eluser]Flemming[/eluser]
Not entirely sure I understood the question but here's a stab at an answer anyway! ...

Code:
$this->db->select('BODY')->from('MY_TABLE')->where('ID', $ID);
$query = $this->db->get();
$result = $query->row();

// now you can access BODY by ...
$body = $result->BODY;

I wonder if that helps?


Messages In This Thread
Getting data from table in one line? - by El Forum - 01-11-2010, 06:56 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 07:18 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 07:23 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 07:35 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 07:38 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 07:56 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:01 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:13 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:21 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:23 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:23 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:26 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:27 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:29 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:36 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:39 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:46 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:51 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:53 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:55 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:55 AM
Getting data from table in one line? - by El Forum - 01-11-2010, 08:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB