Programming
Coding tutorials
Python Tips
Useful Python tricks......
Getting Started with SQLite
SQLite is a lightweight database......
ROUTE DEBUG INFORMATION
Route Pattern:
~^/category/(?<category>[\w\-]+)$~i
Matched Route:
category
Request URI:
/category/programming
Controller:
CategoryController@show
User Role:
None
Request Method:
GET
Captured Parameters:
[0] => '/category/programming' 'category' => 'programming' [1] => 'programming'
Execution Time:
0.0062 seconds