Welcome Guest, Not a member yet? Register   Sign In
Where Query
#1

[eluser]Yash[/eluser]
function ReadComments($UrlTitle)
{



$this->db->where(array('UrlTitle'=>$UrlTitle));
$query = $this->db->get('comments');
$posts = $query->row_array();
return $posts;

}

It return only one row.

I want all of the rows for where query.


Messages In This Thread
Where Query - by El Forum - 07-24-2008, 01:32 AM
Where Query - by El Forum - 07-24-2008, 01:37 AM
Where Query - by El Forum - 07-24-2008, 04:22 AM
Where Query - by El Forum - 07-24-2008, 05:51 AM
Where Query - by El Forum - 07-24-2008, 05:56 AM
Where Query - by El Forum - 07-24-2008, 05:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB