Skip to content

Instantly share code, notes, and snippets.

@wescleymatos
Created December 17, 2011 13:42
Show Gist options
  • Save wescleymatos/1490242 to your computer and use it in GitHub Desktop.
Save wescleymatos/1490242 to your computer and use it in GitHub Desktop.
Rota para criação de paginas estáticas
<?php
Router::connect('/*', array('controller' => 'pages', 'action' => 'display'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment