[eluser]Eric Cope[/eluser]
Maybe its just my C background, but shouldn't the function
Code:
$this->db->count_all_results();
return an integer, not a string? I currently typecast it, but this seems like something that should be done within the db class. Was there a reason for it to return a string?