Welcome Guest, Not a member yet? Register   Sign In
View not executing PHP code
#3

[eluser]HooJee[/eluser]
The code is pretty straightforward. See below:

// home.php controller
Code:
<?php
class Home extends Controller {

    function index()
    {
        $this->load->view('homeview');
    }
}
?>

//homeview.php
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
&lt;html &gt;
&lt;head&gt;
    &lt;title&gt;&lt;? echo "testing"?&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;/body&gt;
  &lt;!-- some stuff --&gt;
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
View not executing PHP code - by El Forum - 07-25-2009, 11:17 AM
View not executing PHP code - by El Forum - 07-25-2009, 11:21 AM
View not executing PHP code - by El Forum - 07-25-2009, 11:27 AM
View not executing PHP code - by El Forum - 07-25-2009, 11:54 AM
View not executing PHP code - by El Forum - 07-25-2009, 12:18 PM
View not executing PHP code - by El Forum - 07-25-2009, 12:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB