Welcome Guest, Not a member yet? Register   Sign In
FormIgniter.org launched - Easy form generator - source code now available
#21

[eluser]Ollie Rattue[/eluser]
[quote author="ururk" date="1255243849"]Found just one small bug (I think?)...


In your controller:

Code:
if ($this->myform_model->SaveForm($form_data)

In your model:

Code:
function save_form($form_data)

So it should be:

Code:
if ($this->myform_model->save_form($form_data)

[/quote]

Many thanks for pointing this out. It has now been corrected.


Messages In This Thread
FormIgniter.org launched - Easy form generator - source code now available - by El Forum - 10-26-2009, 05:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB