Welcome Guest, Not a member yet? Register   Sign In
Help with pagination
#5

[eluser]phpfresher[/eluser]
Dude very good you solve the problem , but
Code:
$this->load->view('header',$data);
    $this->load->view('nav');
    $this->load->view('sidebar');
    $this->load->view('province');
    $this->load->view('footer');

I didnot like this approach of loading file
Code:
$data['template'] = 'province' ;
$this->load->view('main',$data);
And in the main file:
Code:
$this->load->view('header);
    $this->load->view('nav');
    $this->load->view('sidebar');
    $this->load->view($template);
    $this->load->view('footer');
This would be better approach and helpful to you


Messages In This Thread
Help with pagination - by El Forum - 06-21-2010, 01:31 PM
Help with pagination - by El Forum - 06-21-2010, 03:08 PM
Help with pagination - by El Forum - 04-17-2012, 07:27 PM
Help with pagination - by El Forum - 04-17-2012, 07:45 PM
Help with pagination - by El Forum - 04-17-2012, 10:23 PM
Help with pagination - by El Forum - 04-18-2012, 09:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB