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