/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Gustav Hatvigsson
  • Date: 2016-03-16 16:38:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160316163806-045k0tl7e9pll3ze
* changed a few small things

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
$router = new Router ();
41
41
 
42
 
var_dump ($router);
43
 
 
44
42
/*
45
43
 * Add controllers here.
46
44
 * 
49
47
 
50
48
$router->register_404_controller ("FourOhFour");
51
49
 
 
50
var_dump ($router); 
 
51
 
52
52
$router->route();
53
53
 
54
54