Welcome Guest, Not a member yet? Register   Sign In
[solved]Error Undefined property:
#4

[eluser]TheBaron[/eluser]
This isn't an error. Its a notice. It is there because of what Aken said.

Somewhere you have done this.

Either outside of the model you have done this...

Code:
$this->submit_model->create_record;

Or inside the model you have done this.

Code:
$this->create_record

If all you are doing is calling the model, then exiting, I would suggest you check your constructor function.


Messages In This Thread
[solved]Error Undefined property: - by El Forum - 07-17-2011, 01:49 PM
[solved]Error Undefined property: - by El Forum - 07-17-2011, 08:26 PM
[solved]Error Undefined property: - by El Forum - 07-18-2011, 05:11 AM
[solved]Error Undefined property: - by El Forum - 07-18-2011, 09:41 AM
[solved]Error Undefined property: - by El Forum - 07-18-2011, 10:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB