Welcome Guest, Not a member yet? Register   Sign In
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)"
#1

[eluser]EdLongman[/eluser]
I get this error when ever I load my url an I don't have a clue what is wrong with it.
I have isolated the lines in which there is a problem and I think it this function in my model
Code:
class Book_model extends Model{
    function getAll($table) {
        $rows = $this->db->get($table);
        if($rows->num_rows()>0){
            foreach($rows->result() as $row){
                $data[]=$row;
            }
        return $data;
        }
    }
When i comment out the function and in particular this line,
Code:
$rows = $this->db->get($table);
I get other errors but the page loads.
Although when I comment out this line it works I think that the source of the problem is actually this line,
Code:
if($rows->num_rows()>0){
and then its the num_rows function.


Messages In This Thread
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 10:11 AM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 10:28 AM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 11:14 AM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 11:23 AM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 11:52 AM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 11:56 AM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:00 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:05 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:12 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:28 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:31 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:36 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:40 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:47 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 12:49 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 01:44 PM
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)" - by El Forum - 11-21-2010, 02:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB