Welcome Guest, Not a member yet? Register   Sign In
site_model error
#15

[eluser]davy_yg[/eluser]

Here is the view file. The rest remains the same.

views/options_view.php

Code:
<!DOCTYPE html>

&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;untitle&lt;/title&gt;
&lt;style type="text/css" media="screen"&gt;
  label {display: block;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
<h2>Create</h2>
&lt;?php echo form_open('site/create');?&gt;

<p>
      <label for="title">Title:</label>
   &lt;input type="text" name="title" id="title"&gt;
</p>

<p>
      <label for="content">Content:</label>
   &lt;input type="text" name="content" id="content"&gt;
</p>

<p>
   &lt;input type="submit" value="Submit"&gt;
</p>

&lt;?php echo form_close(); ?&gt;

<hr>

<h2>Read</h2>
&lt;?php if(isset($records)) : foreach($records as $row) : ?&gt;

<h2>&lt;?php echo $row->title; ?&gt;</h2>
<div>&lt;?php echo $row->content; ?&gt;</div>

&lt;?php endforeach; ?&gt;

&lt;?php else : ?&gt;
<h2>No records were returned</h2>
&lt;?php endif ; ?&gt;




&lt;/body&gt;
&lt;/html&gt;



Messages In This Thread
site_model error - by El Forum - 11-09-2013, 10:41 PM
site_model error - by El Forum - 11-10-2013, 05:10 AM
site_model error - by El Forum - 11-10-2013, 08:09 PM
site_model error - by El Forum - 11-10-2013, 08:50 PM
site_model error - by El Forum - 11-10-2013, 09:06 PM
site_model error - by El Forum - 11-10-2013, 09:09 PM
site_model error - by El Forum - 11-10-2013, 09:19 PM
site_model error - by El Forum - 11-11-2013, 08:11 AM
site_model error - by El Forum - 11-11-2013, 07:03 PM
site_model error - by El Forum - 11-11-2013, 07:06 PM
site_model error - by El Forum - 11-11-2013, 07:31 PM
site_model error - by El Forum - 11-11-2013, 07:42 PM
site_model error - by El Forum - 11-12-2013, 01:25 AM
site_model error - by El Forum - 11-12-2013, 03:18 AM
site_model error - by El Forum - 11-12-2013, 03:26 AM
site_model error - by El Forum - 11-12-2013, 03:36 AM
site_model error - by El Forum - 11-12-2013, 03:47 AM
site_model error - by El Forum - 11-12-2013, 04:06 AM
site_model error - by El Forum - 11-12-2013, 09:32 PM
site_model error - by El Forum - 11-13-2013, 03:18 AM
site_model error - by El Forum - 11-13-2013, 03:20 AM
site_model error - by El Forum - 11-13-2013, 03:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB