Unable to locate the model you have specified: User_model Filename: /opt/lampp/htdocs/ci/system/core/Loader.php
Line Number: 348
Backtrace:
File: /opt/lampp/htdocs/ci/index.php Line: 315 Function: require_once
i tried to change name but it dose not work.... this code model
db->where(array( 'username' => $username, 'password' => $password )); $result = $this->db->get('users'); if($result->num_rows()==1 ){ $return->$result->row(0)->id; }else { return false ; } } } ?>