CodeIgniter ölümcül hata, okumaya çalışırken veritabanı

0 Cevap php

Ölümcül hata: C olmayan bir nesne üzerinde bir üye işlev sonucu () Call: \ wamp \ www \ system \ application \ modeller \ 8. satırda users_model.php

   <?php

    class Users_model extends Model {

      function get_records()
      {
        $query = $this->db->get('users');
        return $query->result();
      }

    }
    ?>

0 Cevap