Jump to content
Larry Ullman's Book Forums

snehalk

Members
  • Posts

    1
  • Joined

  • Last visited

snehalk's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
×
×
  • Create New...