Guest User

Untitled

a guest
Jun 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. return array(
  3. 'helloMvcConfiguration' => 'config.php',
  4. 'helloRouter' => 'router.php',
  5. 'helloController' => 'controllers/hello.php',
  6. 'helloRootView' => 'views/root.php',
  7. 'helloNameView' => 'views/name.php'
  8. );
  9. ?>
Add Comment
Please, Sign In to add comment