it is working at localhost. I'm using GET to avoid resend data by user when click back button.
The problem is that this dont work when upload to server.
What could be the problem?
$this->widget('zii.widgets.CListView', array(
'dataProvider'=>$model->isearch(),
'itemView'=>'_view',
'id'=>'#Casas',
'ajaxUrl'=>array($this->getRoute()),
'sortableAttributes'=>array('cod_casa','tipo','pessoas','destino'),
));
No errors , just empty results , what is not true

Help














