If You are Using $this->Model->save() in LOOP then this will not work.
TO overcome this issue simply add
Add this before save this will move the cursor to a new Line and then insert again.
$this->Model->create()
$this->Model->save()
TO overcome this issue simply add
Add this before save this will move the cursor to a new Line and then insert again.
$this->Model->create()
$this->Model->save()
No comments:
Post a Comment