All pastes #636773 Raw Edit

Stuff

public text v1 · immutable
#636773 ·published 2007-07-28 05:59 UTC
rendered paste body
<?php
$GLOBALS['app']->Map->Connect('StaticPage', 'Index', 'page/index');
$GLOBALS['app']->Map->Connect('StaticPage', 
                              'Page', 
                              'page/{id}',
                              'index.php',
                              array(
                                    'id' =>  '[[:alnum:][:space:][:punct:]]+$',
                                    )
                              );
?>