Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Get last inserted id from Chat
  2. $lastid = $this->Chat->getLastInsertId();
  3. // Set the issue id to be updated
  4. $this->Chat->Issue->id = $issueid;
  5. // Update Issue table
  6. $this->Chat->Issue->saveField('chat_id', $lastid);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement