Commit
This commit is contained in:
parent
eb25213b36
commit
2575598660
@ -36,9 +36,8 @@ App::any('/example',
|
||||
// Route Parameters
|
||||
//-----------------------------------------------------
|
||||
// capture segments of the URL_PATH within your route. for example,
|
||||
// you may need to capture a users ID. you may do so by defining
|
||||
// route parameters.
|
||||
// parameters are injected into route callbacks based on their order.
|
||||
// you may need to capture a users ID. parameters are injected into
|
||||
// route callbacks based on their order.
|
||||
|
||||
// a required parameter will only match when a value is supplied
|
||||
App::get('/echo/$text',
|
||||
|
Loading…
Reference in New Issue
Block a user