【发布时间】:2012-11-21 11:45:09
【问题描述】:
如何将 JTable 属性设置为空并保存 到目前为止我的代码没有成功:
$table = JTable::getInstance($type='detalegrupy', $prefix='FootsalTable', $config = array());
$table->load($id);
$table->promotion = NULL;
$id_group = $table->id_group;
$table->store();
或如何将其恢复为默认值。
【问题讨论】: