コード例 #1
0
ファイル: common.class.php プロジェクト: pangudashu/samframe
function DBDestroy($db_config = array())
{
    DBModel::destroy($db_config);
}