Skip to content

Instantly share code, notes, and snippets.

@aysesenses
Created July 17, 2020 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aysesenses/cd218a95616c96df2da1c2ac5b96860c to your computer and use it in GitHub Desktop.
Save aysesenses/cd218a95616c96df2da1c2ac5b96860c to your computer and use it in GitHub Desktop.
<?php
$router->define([
'' => 'controllers/ders.php',
'about' => 'controllers/about.php',
'about/culture' => 'controllers/about-culture.php',
'contact' => 'controllers/contact.php'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment