Guest User

Untitled

a guest
Dec 15th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $app = new SlimApp();
  2. $app->get('/books/{id}/{PAGE}', function ($request, $response, $args) {
  3.  
  4. // Show book identified by $args['id']
  5. });
Add Comment
Please, Sign In to add comment