コード例 #1
0
ファイル: function_lib.php プロジェクト: art-youth/framework
function db($i = 1)
{
    return db_many::get($i);
}