Welcome Guest, Not a member yet? Register   Sign In
how is convert this code to CodeIgniter code?
#8

[eluser]Zaher Ghaibeh[/eluser]
can you put your full code so we can spot the error ??
since if you want to get an array out of your code you can use
Code:
$query->result_array();
not
Code:
return $query->row();
which will result only one row, and you didnt limit your sql statement with limit().
but if you want to get all the results you have to use
Code:
$query->result();


Messages In This Thread
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 09:10 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 09:32 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 09:35 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:01 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:11 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:13 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:23 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-15-2011, 02:26 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-15-2011, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB