示例#1
0
文件: bob.php 项目: grithin/phproute
<?php

\Grithin\Debug::out(['Tokens:', $route->tokens]);
\Grithin\Debug::quit('Loaded Control: ' . __FILE__);
示例#2
0
 function instancely($route)
 {
     \Grithin\Debug::out([$route->regexMatch, $route->tokens]);
     \Grithin\Debug::quit('Route Rule Function Called');
 }