コード例 #1
0
ファイル: admincp_postsplit.php プロジェクト: v998/discuzx-en
function update_posttableids()
{
    $tableids = get_posttableids();
    DB::insert('common_setting', array('skey' => 'posttableids', 'svalue' => serialize($tableids)), false, true);
    save_syscache('posttableids', $tableids);
}
コード例 #2
0
function update_posttableids()
{
    $tableids = get_posttableids();
    C::t('common_setting')->update('posttableids', $tableids);
    savecache('posttableids', $tableids);
}