route.php 94 B

123456
  1. <?php
  2. return array
  3. (
  4. 'home' => 'home',
  5. 'c=v(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
  6. );