All pastes #2055437 Raw Edit

Someone

public text v1 · immutable
#2055437 ·published 2011-05-08 19:31 UTC
rendered paste body
		'urlManager'=>array(
			'urlFormat'=>'path',
			'rules'=>array(
				'user/create'=>'user/create',
				'user/<_a:(update|delete|view)>/<uuid>'=>'user/<_a>',
				'<controller:\w+>/<id:\d+>'=>'<controller>/view',
				'<controller:\w+>/<action:\w+>/<id:\d+>'=>'<controller>/<action>',
				'<controller:\w+>/<action:\w+>/<type:\w+>/<id:\d+>' => '<controller>/<action>',
				'<controller:\w+>/<action:\w+>'=>'<controller>/<action>',
			),