<?php $str = 'Controller/Action/Param1/Param2/Param3'; $segments = preg_split('/\//', $str); print_r($segments);
You have javascript disabled. You will not be able to edit any code.