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

[eluser]Colin Williams[/eluser]
You can:

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

But there's no guarantee the PHP in file.html will be parsed as PHP without changes to your server configuration.

Sounds like a bad idea to gear your app to your IDE. There are myriad capable IDEs


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