Guest User

Untitled

a guest
Aug 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. cakephp, how to save data in two tables?
  2. $this->data['Room']['id_rooms'] = $this->data['Room']['id']
  3. $this->data['Room']['abc'] = $this->data['Room']['xyz']
  4.  
  5. $this->data['Roomtitle']['id_rooms'] = $this->data['Room']['id']
  6. $this->data['Roomtitle']['abc'] = $this->data['Room']['xyz']
Add Comment
Please, Sign In to add comment