function test()
{
    $db = db::get_instance();
    var_dump($db->mysql('libo', null));
    $th = new condition();
    var_dump($th->change($db));
}