this my code $user = new User(); $user->id = '12345'; $user->create(); when i execute that code, the borwser displaying error "Cannot use a scalar value as an array" that's anyone can help me?
thanks
this my code $user = new User(); $user->id = '12345'; $user->create(); when i execute that code, the borwser displaying error "Cannot use a scalar value as an array" that's anyone can help me?
thanks