controllers\home.php には、 というクラスと というhome
関数がありますindex
。そして、私はそこにいます$data['users'] = $this->users->table();
そして中にありClass Users extends CI_Model
ますmodels\users.php
。
しかし、CodeIgniter は、Call to a member function table() on a non-object in C:\Program Files (x86)\EasyPHP-12.1\www\HCAWebApp\application\controllers\home.php
22 行目、つまりその$data['users'] = $this->users->table();
行がどこにあるかを示しています。
コードの何が問題になっていますか? users.php が見つからないと思います。