Posts by Roberth • 3 points
2 posts
-
0
votes1
answer103
viewsQ: Variable debugging on the cake php layer
How do I debug or printf a variable in the model to display it on the screen? I can only debug variables in the view and controller public function atualizaCatalogo(){ $arr_produtos_out =…
-
0
votes0
answers45
viewsQ: How to debug a chunk of code in the model layer in cake php
I need to debug a chunk of code that is in my model but when I add debug($varexemplo) or var_dump or printf for example it does not display anything in the browser! Can someone please help me?…