05-29-2012, 10:42 PM
[eluser]zgames[/eluser]
seems to work
thanks for solution
Code:
function count_all($gender){
$this->db->count_all($this->edit_pages);
$query = $this->db->get_where($this->edit_pages, array("gender" => $gender));
return $count = $query->num_rows();
}
thanks for solution