コード例 #1
0
ファイル: common.php プロジェクト: HansonHuang/Pyramid
function route_register($route, $callback)
{
    Route::register($route, $callback);
}