Welcome Guest, Not a member yet? Register   Sign In
Can I just download the changed part of the whole page?
#2

[eluser]TWP Marketing[/eluser]
[quote author="rock" date="1344581568"]page一:
$this->load->view('header');
$this->load->view('test1', $data);
$this->load->view('footer');
page二:
$this->load->view('header');
$this->load->view('test2', $data);
$this->load->view('footer');
can i just redownload test2,not all the other parts? Thank you![/quote]

Your question suggests you don't know what the header and footer views contain.
If they have the html head tag data, they are necessary for a browser to render the page correctly.

If they are just content inside the body tag, they are not "necessary", assuming you are willing to have a blank space or missing page information.


Messages In This Thread
Can I just download the changed part of the whole page? - by El Forum - 08-09-2012, 11:52 PM
Can I just download the changed part of the whole page? - by El Forum - 08-10-2012, 10:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB