Welcome Guest, Not a member yet? Register   Sign In
Problem with Selecting Data form Database
#6

[eluser]TheFuzzy0ne[/eluser]
That's a very strange issue.

Do you have a the following file: ./application/libraries/MY_Loader.php? If so, what's in it?

Alternatively, does this work?

Code:
$this->load->model('users_model');
$this->load->vars(array(
    'query' => $this->users_model->select_all_users(),
));
$this->load->view('newFile_view');

Have you modified any of the files in the system directory? If you have, you shouldn't have, and you should delete it and copy it over again from the zip file.


Messages In This Thread
Problem with Selecting Data form Database - by El Forum - 03-09-2013, 04:32 PM
Problem with Selecting Data form Database - by El Forum - 03-09-2013, 05:43 PM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 03:52 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:37 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:41 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:47 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:55 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:58 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:09 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:13 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:30 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:38 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:47 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB