Posts by Cyro Dubeux • 111 points
3 posts
-
0
votes1
answer174
viewsA: How to translate this query to Codeigniter query Builder?
Follow the solution I found to use the query with the Codeigniter query Builder, using the date and section dynamically. If anyone has a better solution, just comment. public function…
-
0
votes1
answer174
viewsQ: How to translate this query to Codeigniter query Builder?
I’m having difficulties to assemble this query in Codeigniter, someone can give a little help? select venda_itens.secao, venda_itens.secao_nome, sum(venda_itens.qtd_itens_finalizada) as qtd_itens,…
-
1
votes1
answer484
viewsQ: How to get the id of each link in the click? Only the first id comes
How to catch the data-id of all links? Only the first, repeated. [![$("#filmeItem").on("keyup focusin", function (e) { $('.livesearchItem').fadeIn('1000'); e.preventDefault(); var busca =…