Welcome Guest, Not a member yet? Register   Sign In
can't even get thru tutorial without errors
#34

[eluser]swgj19[/eluser]
Ok. First, I made some adjustmens in my home.php views page and then set database debugging to false. This got rid of all errors, however, nothing is being pulled from the model, to the views. I really think I am on the right track. I am just missing something between the model and the view page that is holding up progress. Please, someone out there here my silent cry for help.

Code:
$db['default']['db_debug'] = FALSE;

home.php
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html&gt;
    &lt;head&gt;
        &lt;title&gt;Untitled Document&lt;/title&gt;
        &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
    
    &lt;/head&gt;

    &lt;body&gt;
        <div id="container">
            <p>My view has been loaded</p>
                &lt;?php if(is_array($records)): ?&gt;
            &lt;?php foreach($records as $row) : ?&gt;
                <h1>&lt;?php echo $row->username; ?&gt;</h1>
                <p>&lt;?php echo $row->text; ?&gt;</p>
            &lt;?php endforeach; ?&gt;
        &lt;?php endif; ?&gt;
            
        </div>
    
    &lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:49 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:50 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:56 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:00 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:03 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:12 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:13 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:19 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:22 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:28 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:31 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:33 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:48 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 04:06 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:16 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:22 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:27 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:30 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:35 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:39 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:46 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:49 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 11:21 AM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 11:49 AM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:01 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:37 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:54 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 01:14 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:12 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:34 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:57 PM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 12:33 AM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 08:16 AM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 10:59 PM
can't even get thru tutorial without errors - by El Forum - 10-21-2012, 08:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB