Welcome Guest, Not a member yet? Register   Sign In
Problem in passing value from model to controller
#3

[eluser]JulianM[/eluser]
You should check something like this in your controller (assuming $insert_id is the returned id)

Code:
if ((int)$insert_id > 0)
{
...
}

Julian


Messages In This Thread
Problem in passing value from model to controller - by El Forum - 08-12-2008, 04:02 PM
Problem in passing value from model to controller - by El Forum - 08-21-2008, 09:43 AM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 05:55 PM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 09:06 PM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 11:18 PM
Problem in passing value from model to controller - by El Forum - 08-23-2008, 11:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB