Hello,
I am working on admin panel and i have one list page where alll records are displayed i want to send record ID with href to controller like
<a href="<?php echo Yii::app()->request->baseUrl.'backend/vehicle/edit/'.$row['vehicle_id'] ?>">Edit</a>
but its not working its giving error page not found. when i pass value with "?" query string it works but i want to pass as i mention above please help.