All pastes #696409 Raw Edit

Untitled

public text v1 · immutable
#696409 ·published 2007-09-13 21:50 UTC
rendered paste body
			<route name="directory" pattern="^/directory" module="Directory">
				<routes>
					<route name=".index" pattern="^/" action="Index" />
					<route name=".country" pattern="^/(iso_id:[a-z]{2})" action="Country">
						<route name=".city" pattern="^/(city:\S+)" action="City">
							<route name=".location" pattern="^/(location:[A-Za-z_0-9]+)" action="Location" />
						</route>
					</route>
				</routes>
			</route>