Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop

This commit is contained in:
Lonnie Ezell 2017-09-06 22:46:19 -05:00
commit a0a127c3ad

View File

@ -45,7 +45,7 @@ Placeholders
A typical route might look something like this::
$routes->add('product/:num', 'App\Catalog::productLookup');
$routes->add('product/(:num)', 'App\Catalog::productLookup');
In a route, the first parameter contains the URI to be matched, while the second parameter
contains the destination it should be re-routed to. In the above example, if the literal word