fork download
  1. <?php
  2. Route::set('category', 'category(/<name>(/<page>))',array('name' => '[a-zA-Z_-]+','page'=>'[0-9]+'))
  3. ->defaults(array(
  4. 'controller' => 'category',
  5. 'action' => 'index',
  6. ));
  7. // your code goes here
Runtime error #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Class 'Route' not found in /home/heEB6B/prog.php on line 2