Posts by J. Montenegro • 95 points
2 posts
-
6
votes1
answer469
viewsQ: How to change this JSON object?
I’ve had the following problem for a few days: I’m using Cakephp and sending JSON to a datagrid of Easyui as follows: $rows = $this->Produto->find('all', array('fields' => array( 'id',…
-
3
votes1
answer138
viewsQ: CRUD - send id of selected line to Toolbar - Cakephp
I’ve been hitting myself for a while with the following problem: I set up a CRUD on Cakephp, I did the grid with css to be cool and ready. The problem is that it is not at all elegant to have an…