Posts by Felipe Henriques • 161 points
6 posts
-
1
votes1
answer344
viewsQ: Add values from an Inner Join to 2 variables
I wonder if you have any way to get the results of a separate select through php. I have two foreign keys in the same table, setting for the same place, they are Tj.fk_time_mandante and…
-
1
votes1
answer391
viewsQ: Get data from another Model
I’m not getting a phone related to a user on View edit(). I can get the phone number on ver() but not in the edit(). Controller Patient: public function edit($id = null) { if…
-
1
votes0
answers75
viewsQ: Cakephp Ubuntu Error
I have an error in the system exclusively in Ubuntu, when I run with apache in windows it works normally, but when I order run with apache Ubuntu it gives the following error: Fatal Error Error:…
-
1
votes2
answers165
viewsA: Problems with page transition
I was able to solve it, I was writing in xml Fragment and not in Activity so he was giving Nullpointerexception, because I couldn’t find the id btnaluno in xml Activity.
-
-2
votes2
answers165
viewsQ: Problems with page transition
I’m trying to create a simple event to change page by clicking the button, but whenever I run the application it crashes when it opens. Mainactivity: package com.app.agrandesacada; import…
-
9
votes1
answer478
viewsQ: Problem with Background Html/Css
I created a id in css with a background. When I put the div in html the background looks beautiful, but when I put a <form>, the part he occupies turns white. Note: when I put the text in bold…