Welcome Guest, Not a member yet? Register   Sign In
Codeigniter CRUD app error: trying to get property of non-object
#3

(08-22-2017, 12:36 PM)donpwinston Wrote: <?php echo form_open("home/update/{$customer->id}"); ?>

There's no customer object. Looks like you're using an array, so use $customer['id']

As I have written above, it does go through the if, but not the else. So there can not be a problem with $customer->id.
Reply


Messages In This Thread
RE: Codeigniter CRUD app error: trying to get property of non-object - by Ajax30 - 08-22-2017, 10:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB