Welcome Guest, Not a member yet? Register   Sign In
Cannot make num_rows work
#1

[eluser]huskyfritz[/eluser]
Hello guys, I am newbie in codeigniter and I am developing a simple site using this framework. Well I am trying to use num_rows to get all records in an array but still no luck.

here's my codes:

Code:
$query_array = $this->db->query('SELECT STATEMENT');
    die($query_array->num_rows());

Is it correct? Is there any simpliest way to achieve this?

Thanks much! Smile


Messages In This Thread
Cannot make num_rows work - by El Forum - 10-16-2012, 08:09 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 08:23 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 08:41 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 10:16 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 10:52 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 11:54 PM
Cannot make num_rows work - by El Forum - 10-17-2012, 12:56 AM
Cannot make num_rows work - by El Forum - 10-17-2012, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB