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