Posts by Ângelo Rigo • 163 points
4 posts
-
0
votes0
answers24
viewsQ: Cakephp 2.5 model generates JOIN in column that does not exist
Good morning I’m using cakephp 2.5 and have a vehicle table and a vehicle address. There is no live column, but a JOIN is generated that uses the input to use the ve_id that was explicitly specified…
cakephp-2asked Ângelo Rigo 163 -
3
votes1
answer50
viewsQ: Find where heavy query is generated
Good morning I need to find where in Cakephp 2.5.2 this query is performed: SELECT COUNT(*) AS count FROM umatabela WHERE status = 1 Has a model where this table is referenced, and may be referenced…
-
2
votes2
answers2167
viewsQ: Pass data via POST in Angularjs to PHP API
Good afternoon I need to pass data via post using Angularjs for a php api the data appears in the controller but not in the PHP api. if( isset($_REQUEST['mes']) ) { $mes = $_REQUEST['mes']; } else {…
angularjsasked Ângelo Rigo 163 -
1
votes0
answers681
viewsQ: Displaying value in the field formatted by angular-input-masks
Good morning I’ve successfully used the library: http://assisrafael.github.io/angular-input-masks/ to format value in monetary format. My problem is that when editing the value does not appear in…