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

[eluser]haris244808[/eluser]
Quote:have you tried print_r($data['query']);

actually that will work, but wha ti want is to pass all the data from db to $data['query'] array, and assign them to view ex: $this->load->view('page' , $data); So them i can show them through looping:
ex: foreach($query as $result);
print_r ($result);


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