Posts by Lincoln Binda • 319 points
18 posts
-
0
votes2
answers54
viewsQ: Decreasing the value of two fields of a table and sorting according to the result
I have the field "killed" and "died" in the table, I need to make the order of the results come as the decrease of these two values, Example: My query is like this: $woes = DB::table('woeplayerrank…
-
0
votes0
answers101
viewsQ: Search bmp image in bank and show in view.
I have a bmp image saved in the database, but this file is already in the database and was not included in the framework, I would just like to know how to show this image in the view. Note: I have…
-
1
votes0
answers36
viewsQ: Modifying the height of the text field while keeping the 'focus' of the field at the top
Good morning, I am with a simple doubt, I did some research and could not find anything related, I do not want to believe that this is a 'bug'. So, the typing of the field starts only in the middle…
-
0
votes0
answers297
viewsQ: Request select returning null value
Good afternoon, I’m having trouble getting the value of a select in the following form: {{Form::open(array('action' => 'FilterController@EstatisticaEsic', 'class' => 'form-filter'))}} <div…
-
1
votes0
answers45
viewsQ: Groupby making query get very slow
Good afternoon guys, I’m making a query in the bank where everything goes well, however when I use the "groupby" this query is very slow, very slow even, example, just take the line of the groupby…
-
8
votes1
answer15301
viewsQ: @media print css
Maybe these questions can be labeled "idiot", but believe me, I really need to ask this here because I have not found anywhere on the Internet and who can help me I will be very grateful... Is there…
-
1
votes1
answer164
viewsQ: Search in mysql by Javascript
Good morning, I’m trying to make a check if the typed Cpf already exists in the bank, I’m using Portable, could someone help me in this function please? In my controller I search and list all the…
-
0
votes1
answer41
viewsQ: Paginate Updating Request?
Good morning, I will try to simplify my difficulty, however any extra doubt I will be available to provide any code information... I have a filter whose which I do my searches for certain values and…
-
2
votes1
answer772
viewsQ: I can’t do Laravel Authentication 5.2
I’ve been trying for some time to make an authentication and I can’t, I’m a beginner in the business, who is willing to help me know that you will be practically saving my life, because I’ve thought…
-
1
votes1
answer71
viewsA: Where affecting only one field in select
I got it, the way to solve it is by doing another select internally, staying like this: ->select('pessoa.nome as a', 'calc.cargo as b', 'calc.departamento as c', DB::raw("(Select SUM(valor) From…
-
0
votes1
answer71
viewsQ: Where affecting only one field in select
Good morning, how do I make my Where clause affect only one (1) field in my search? For example: $query = DB::table('proventosdesc as proven') ->join('calculo_rh as calc', 'proven.pessoaId', '=',…
-
1
votes1
answer155
viewsQ: Data formatting with Onchange Javascript
I’m having a lot of trouble doing this kind of formatting in the field, if anyone can help me I’ll be very grateful, well, I have a form field: <div class="form-group col-md-12 col-sm-12…
javascriptasked Lincoln Binda 319 -
1
votes1
answer607
viewsQ: Format En date controller
Good afternoon, if anyone can help me with this problem I’d be grateful I have the following form: <div class="form-group col-md-12 col-sm-12 col-xs-12"> <div class="col-md-2 col-sm-2…
laravelasked Lincoln Binda 319 -
0
votes1
answer760
viewsQ: Data formatting
Good morning, could someone help me with this formatting? Well, I have the following form: <div class="form-group col-md-12 col-sm-12 col-xs-12"> <div class="col-md-2 col-sm-2 col-xs-2…
laravelasked Lincoln Binda 319 -
0
votes1
answer62
viewsQ: Query scanning all records
Good morning guys, could someone help me with this comeback? Well, I got this select: public function Empenho($id) { $table = DB::table('empenho as emp') ->join('gestora', 'emp.unidGestId', '=',…
laravelasked Lincoln Binda 319 -
0
votes1
answer246
viewsA: Return query via ajax
[RESOLVED] one of the fields wouldn’t let me return, and even then when it started to return I returned an object, then making a mapping of the object transforming into an array everything is…
laravelanswered Lincoln Binda 319 -
1
votes1
answer246
viewsQ: Return query via ajax
Good evening, could someone please help me with this: I made a select and gave a "get()" at the end to get the results, I passed them in an array I’m picking up a Function via ajax: $table =…
laravelasked Lincoln Binda 319 -
1
votes0
answers103
viewsQ: WHERE Inner Join clause
Good people, I have a form that should be filtering the selected fields looking for direct information in the database, however I do not know how to use the Where clause, can anyone here help me or…