Posts by João Oliveira • 1 point
2 posts
-
-1
votes1
answer20
viewsQ: error while passing variables in a controller
Good morning programmers , I have a problem passing two variables from one function to another, I think. Below follows the Code class pdfController extends Controller { public function index($id) {…
-
0
votes1
answer41
viewsQ: Calculation of two BD fields in a function
Good Afternoon, to calculate the budget of my works I use a query in my controller ode makes the sum of the fields , being few records there is no problem but if there are 500, 1000 records this…