Welcome Guest, Not a member yet? Register   Sign In
controller problem urgent help
#1
Question 

I am using codeigniter to build my project websitein windows 8.
i having hectic issue,like
i have one responsive sidebar for navigation. when i use it in controller without other view files it works as intended.
here is code
       
      public function tester()
{

//$this->load->view('home_header');
$this->load->view('test');
}

but when i include another file above it then it doesnt work
code:
       public function tester()
{

        $this->load->view('home_header');
$this->load->view('test');
}

any sollution? kindly help me.
thanks.
Reply
#2

A duplicate message? However did that happen.
See http://forum.codeigniter.com/thread-1564.html
Reply
#3

Sorry , i am not getting you, i am new here
Reply
#4

Create a main view file then load all your other views inside of it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

I use the a similar method for many projects.

What does not work? They don't load, errors are displayed?
Reply
#6

Where you able to resolve this issue?

If not please provide more detail, error messages, views not loading, blank page, ect.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB