<?php
return array(
             array(
                   'regex' => '#^/hello/$#',
                   'base' => '',
                   'priority' => 4,
                   'model' => 'Hello_Views',
                   'method' => 'hello'
                   )
             );

