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

[eluser]haris244808[/eluser]
[quote author="TheFuzzy0ne" date="1362916066"]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.[/quote]

i didnt change anything in core files...also i didnt create any of my own loader...so application/libraries/ has nothing inside....
I am changing the System folder with the latest codeigniter just to make sure everything is set properly.

Yes i am wondering too why this problem is happening...i didn have problems before showing data in this form


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