Posts by Wagner Ponciano De Souza • 7 points
1 post
-
-1
votes3
answers379
viewsA: How to get the value of the user ID in Cgridview - Yii
Try: 'data-url' => Yii::app()->controller->createUrl("view", array("id" => '$data->idUsuario' )),
1 post
-1
votes3
answers379
viewsTry: 'data-url' => Yii::app()->controller->createUrl("view", array("id" => '$data->idUsuario' )),