Welcome Guest, Not a member yet? Register   Sign In
print_r() is not showing anything?
#1

[eluser]solid9[/eluser]
I'm trying to display the values of $data,

Code:
function index(){
$data['posts'] = $this->MPosts->getLivePosts(10);
$data['cats'] = $this->MCats->getTopCategories();
$data['title'] = "Welcome";
$data['main'] = 'public_home';

echo '<pre>';
print_r($data);
echo '</pre>';  

echo "test, test, test...";
/*
$this->load->vars($data);
$this->load->view('template');
*/
  
  }

By the way I'm using TeamViewer and when I refresh the page.
I don't see the $data array.

I also don't see any error.
just the default page.

What could be the problem?




Messages In This Thread
print_r() is not showing anything? - by El Forum - 09-07-2012, 01:27 AM
print_r() is not showing anything? - by El Forum - 09-07-2012, 04:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB