I have a problem with this: I am using CakePHP and sending JSON to a datagrid of EasyUI as follows:
$rows = $this->Produto->find('all', array('fields' => array(
'id', 'codigo_produto', 'codigo_pedido'
)));
$total = $this->Pr...
asked by
29.09.2015 / 15:02