File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ Miscellaneous Functions
383
383
:returns: a route path (URI path relative to baseURL)
384
384
:rtype: string
385
385
386
- .. note :: This function requires the controller/method to have a route defined in **app/Config/routes .php**.
386
+ .. note :: This function requires the controller/method to have a route defined in **app/Config/Routes .php**.
387
387
388
388
.. important :: ``route_to()`` returns a *route* path, not a full URI path for your site.
389
389
If your **baseURL ** contains sub folders, the return value is not the same
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ The following functions are available:
382
382
:returns: Absolute URL
383
383
:rtype: string
384
384
385
- .. note :: This function requires the controller/method to have a route defined in **app/Config/routes .php**.
385
+ .. note :: This function requires the controller/method to have a route defined in **app/Config/Routes .php**.
386
386
387
387
Builds an absolute URL to a controller method in your app. Example:
388
388
You can’t perform that action at this time.
0 commit comments