Merge branch '0.7.x' into 0.8.x

This commit is contained in:
Sarven Capadisli
2009-04-03 21:47:39 +00:00
9 changed files with 100 additions and 37 deletions

View File

@@ -107,6 +107,9 @@ class Router
$m->connect('main/'.$a, array('action' => $a));
}
$m->connect('main/sup/:seconds', array('action' => 'sup'),
array('seconds' => '[0-9]+'));
$m->connect('main/tagother/:id', array('action' => 'tagother'));
// these take a code