Posts by Lucas Moura • 55 points
5 posts
-
0
votes0
answers122
viewsQ: Transaction with Laravel
DB::connection('gtsql')->beginTransaction(); $seriefat = DB::connection('gtsql')->table('se_seriefat') ->where('c_codserie', 'FO')->first(); echo $seriefat->c_numultdoc; sleep(15);…
-
1
votes0
answers71
viewsQ: uibModal Angular
I’m not getting through $ctrl.close(data) to the controller who wears that component: uibModal that I’m using: angular.module('sisApcd').component('buscaPessFis', { templateUrl:…
-
2
votes1
answer1474
viewsQ: Laravel Notfoundhttpexception
I had a project in my machine where I created the Laravel via $ New application Laravel I copied this project to another machine with the perfect shampooing equal to the desiccation machine, but…
-
0
votes1
answer79
viewsQ: JS Functional how to start
Hello, someone could give me a strength, how to improve it for functional js for (var i = 0; i < newArr.length; i++) { var dtAlterar = newArr[1].dtAlterar; if(newArr[i].dtAlterar != dtAlterar){…
javascriptasked Lucas Moura 55 -
2
votes1
answer732
viewsQ: Comparing Attributes of a List with Javascript
Hello, I have an array with li, I need to compare the values of the attributes, all need to be equal. example.. I have 2 li inside a ul <li onclick="controle.selecionarVolta(this)" data-id="3"…
javascriptasked Lucas Moura 55