摘要:
让我们看一个例子: class UserProvider{ protected $connection; public function __construct(){ $this->connection = new Connection; } public function retrieveByCr 阅读全文
摘要:
addRoute('GET', '/fast-route/demo1.php/{name:\w+}', 'say_handler'); // 分组 $r->addGroup('/admin', function (FastRoute\RouteCollector $r) { // {id} must be a number (\d+) $r->ad... 阅读全文