Is there a way to make a 'Query Builder' without a model especialy to SELECT statement? Is there a default route parameter for Micro Application?
$app->get('/helo/{name}', function($name = 'You') { echo $name; }); the route for only /helo should echoing 'You'