Welcome Guest, Not a member yet? Register   Sign In
View file extension php; can it be html?
#5

[eluser]Colin Williams[/eluser]
You might want to define your own constant if you intend to use .html view files a lot, or exclusively. I would define it in config/constants.php

Code:
define(VIEW_EXT, '.html');

And then:

Code:
$this->load->view('view'. VIEW_EXT, $data);


Messages In This Thread
View file extension php; can it be html? - by El Forum - 08-31-2008, 02:43 PM
View file extension php; can it be html? - by El Forum - 08-31-2008, 04:17 PM
View file extension php; can it be html? - by El Forum - 09-01-2008, 03:16 AM
View file extension php; can it be html? - by El Forum - 09-01-2008, 03:25 AM
View file extension php; can it be html? - by El Forum - 09-01-2008, 03:36 AM
View file extension php; can it be html? - by El Forum - 09-01-2008, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB