예제 #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');
 }