CodeIgniter Forums
Loaded views list. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Loaded views list. (/showthread.php?tid=47621)



Loaded views list. - El Forum - 12-15-2011

[eluser]Unknown[/eluser]
Is there any way to get a list of loaded views?

e.g.;

$this->load->view("header");
$this->load->view("data1");
$this->load->view("data2");
$this->load->view("footer");


can I access a list of views listed above and in what order they were loaded?