Skip to content

Instantly share code, notes, and snippets.

@thecookie
Created March 15, 2009 18:46
Show Gist options
  • Save thecookie/79504 to your computer and use it in GitHub Desktop.
Save thecookie/79504 to your computer and use it in GitHub Desktop.
<?php
'Router' => array(
'class' => 'Zend_Controller_Router_Rewrite',
/*'methods' => array(
array('method' => 'addRoute', 'arguments' => array('username', 'RouteHostname')),
),*/
'factory' => array('FrontController', 'getRouter')
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment