All pastes #2051284 Raw Edit

Untitled

public text v1 · immutable
#2051284 ·published 2011-04-27 18:07 UTC
rendered paste body
	public function _initRoutes() {
		$route = new Zend_Controller_Router_Route(
				":module/:controller/:action/:id",
				array("id" => "\d+")
		);
		self::$frontController->getRouter()->addRoute('firstparamisid', $route);
	}