제목 | 두개의 테이블에 insert 해야 하는경우 | ||
---|---|---|---|
글쓴이 | phpbug | 작성시각 | 2015/10/14 19:03:51 |
|
|||
파라미터로 $option 값을 받습니다. $this->db->set('userid',$option['user_id']); $this->db->set('email', $option['email']); $this->db->set('password', $option['pw']); 그 후 $this->db->insert('users'); 'users'라는 테이블에 insert 합니다. 그런데 여기서 추가로 $option['user_id'] 값을 다른 테이블에 추가로 넣고싶은데 insert 구문을 두번이용하니 안되네요. 스택오버플로우도 참고하고있긴한데 . . 일단 ci포럼에도 올려봅니다. . |
|||
다음글 | 해결))$db['default']['db_debug']... (1) | ||
이전글 | library 로드 시 설정변경... (2) | ||
phpbug
/
2015/10/14 22:35:52 /
추천
0
|
해결했습니다.