Welcome Guest, Not a member yet? Register   Sign In
How to structure this
#6

[eluser]MattKern[/eluser]
Wow, thanks codepat

A simple answer to a dumb question.

I guess part of learning how frameworks work is when to let the framework take over and when to actually do it yourself.

I did have to duplicate this in my view mode

Code:
$fields['author'] = 'Name';
  $fields['body'] = 'Comment';
  $this->validation->set_fields($fields);


Whats worse? Calling code for no reason or just ignoring/turning off the error notices?

I assume ignoring warnings is better...

Other than that, got it all working fine now.

Thanks again

Matt


Messages In This Thread
How to structure this - by El Forum - 07-19-2007, 11:32 AM
How to structure this - by El Forum - 07-19-2007, 12:13 PM
How to structure this - by El Forum - 07-20-2007, 02:43 AM
How to structure this - by El Forum - 07-20-2007, 02:03 PM
How to structure this - by El Forum - 07-20-2007, 03:52 PM
How to structure this - by El Forum - 07-21-2007, 09:46 PM
How to structure this - by El Forum - 07-22-2007, 04:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB