Example #1
0
File: Site.php Project: neolao/php
 /**
  * Configure the router
  *
  * @param   stdClass    $routes         Routes object
  */
 public function configureRouter($routes)
 {
     $this->_router->configure($routes);
 }