Welcome Guest, Not a member yet? Register   Sign In
Active Record Inserting 0
#4

[eluser]ontguy[/eluser]
Try this in your view, I think that's what I did to avoid this issue:
Code:
&lt;input type="text" name="title" value="&lt;?=$this-&gt;validation->title; ?&gt;" /><br />

Another alternative to what you have is:
Code:
$data = array(
        'title' => ($this->input->post('title')) ? $this->input->post('title') : null,
        );


Messages In This Thread
Active Record Inserting 0 - by El Forum - 08-28-2008, 06:25 AM
Active Record Inserting 0 - by El Forum - 08-28-2008, 07:25 AM
Active Record Inserting 0 - by El Forum - 08-28-2008, 07:48 AM
Active Record Inserting 0 - by El Forum - 08-28-2008, 08:13 AM
Active Record Inserting 0 - by El Forum - 08-28-2008, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB