Hello Is there a way to create a link in yii 1 with data transfer using the method of post and not het? Thank. Example using het:
function($data){ return CHtml::link("Ссылка",Yii::app()->controller ->createUrl("info",array("result_info" => $data->result_info,"site"=>$data->site, 'cod' => $data->result_cod))); }