示例#1
0
文件: db.php 项目: divyinfo/SuperNova
function sn_db_transaction_start($level = '')
{
    return classSupernova::db_transaction_start($level);
}