将值从一个表存储到joomla组件中的另一个表中

时间:2015-01-16 11:29:32

标签: sql joomla components backend

在我的组件中有两个表

一个是" #__机器" ,第二个是" #__ machine_image"

这两个表的结构显示在下面

" #__机"表:

id |     title |    description |    category |    status |

1  | abc       | (some text)    | (text)      | 0

2  | pqr       | (some text)    | (text)      | 1

在我的第二张表#__machine_image

id | machine_id                  | image

1 | **value from machine table** | Image-name

现在我想将来自" #__ machine" 的ID存储到" #__ machine_image" 并且会发生此事件。将记录保存在joomla后端组件中

0 个答案:

没有答案