Welcome Guest, Not a member yet? Register   Sign In
I cannot find my files
#2

[eluser]l2eqless[/eluser]
Also, my Controller looks like this:
Code:
<?php
Class Content extends CI_Controller {
public function index() {
  $data['main_content'] = "home.php";
  $this->load->view('includes/template', $data);
}
}
?>


Messages In This Thread
I cannot find my files - by El Forum - 01-18-2012, 07:36 PM
I cannot find my files - by El Forum - 01-18-2012, 07:40 PM
I cannot find my files - by El Forum - 01-18-2012, 07:44 PM
I cannot find my files - by El Forum - 01-18-2012, 08:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB