到目前为止,我如何将 JTable 属性设置为 null 并将其保存为我的代码,但没有成功:
$table = JTable::getInstance($type='detalegrupy', $prefix='FootsalTable', $config = array());
$table->load($id);
$table->promotion = NULL;
$id_group = $table->id_group;
$table->store();
或如何将其恢复为默认值。