Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473eec commit 7e8da09Copy full SHA for 7e8da09
book/part4.rst
@@ -208,6 +208,8 @@ There are a few new things in the code::
208
$routes->add('hello', new Routing\Route('/hello/{name}', array('name' => 'World')));
209
$routes->add('bye', new Routing\Route('/bye'));
210
211
+ return $routes;
212
+
213
We now have a clear separation between the configuration (everything
214
specific to our application in ``app.php``) and the framework (the generic
215
code that powers our application in ``front.php``).
0 commit comments